eb5d5e182c
Based upon the package provided by Rasputin in PR 26767 phpLDAPadmin is a web-based LDAP client. It provides easy, anywhere-accessible, multi-language administration for your LDAP server. Its hierarchical tree-viewer and advanced search functionality make it intuitive to browse and administer your LDAP directory. Features include: * LDAP tree browser * Template-based entry editing * Recursively copy and delete entire trees * View and edit image attributes (like jpegPhoto) * Advanced LDAP schema browser * Template-based entry creation * LDAP searches (both simple and advanced) * LDIF and DSML export, LDAP import * Rename LDAP entries * Manage user password hashes (supports sha, crypt, md5, blowfish, md5crypt) * Browse RootDSE LDAP information * Configurable authentication (anonymous, web login, or static) * Binary attribute support * Configurable support for aliases and referrals * Automatically increment UID numbers * Configurable read-only and read/write modes. * Robust i18n support
23 lines
622 B
Makefile
23 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2004/08/29 15:56:34 recht Exp $
|
|
|
|
DISTNAME= phpldapadmin-${VERSION}
|
|
CATEGORIES= databases www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpldapadmin/}
|
|
|
|
MAINTAINER= rasputnik@hellooperator.net
|
|
HOMEPAGE= http://phpldapadmin.sourceforge.net/
|
|
COMMENT= Set of PHP-scripts to administer an LDAP directory over the WWW
|
|
|
|
DEPENDS+= php-ldap>=4.1.2:../../databases/php4-ldap
|
|
|
|
VERSION= 0.9.4b
|
|
NO_BUILD= YES
|
|
NO_BUILDLINK= YES
|
|
|
|
INSTALLATION_DIRS= ${PREFIX}/share/phpldapadmin
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${PAX} -s ',\.cvsignore,,' \
|
|
-rwppm . ${PREFIX}/share/phpldapadmin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|