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
21 lines
649 B
Text
21 lines
649 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/08/29 15:56:34 recht Exp $
|
|
|
|
To enable this web application, first go to
|
|
${PREFIX}/share/phpldapadmin
|
|
|
|
cp config.php.example config.php
|
|
|
|
and edit to taste. Then you need to update your webserver config to serve
|
|
up that directory, either by symlinking it from your document root or
|
|
using an alias , like so:
|
|
|
|
Alias /ldapadmin /${PREFIX}/share/phpldapadmin
|
|
|
|
# strongly recommended
|
|
<Location /ldapadmin >
|
|
Require user adminaccount
|
|
</Location>
|
|
|
|
|
|
===========================================================================
|