History of AuthenticationPluginLdap
Version 5
AuthenticationPluginLdap
Created by: Derek Simkowiak, Last modification: 17 Apr 2009 (21:03 UTC) by Derek Simkowiak
LDAP is the Lightweight Directory Access Protocol, and provides user authentication via an LDAP server. Use of the plugin requires that both PEAR:Auth and the php ldap module are installed in your web server setup. In addition, obviously, an operational LDAP server is also required.
Ubuntu/Debian Example:
The OpenLDAP Project is a useful starting point for setting up a working LDAP system although alternatives are also available. Most of the Linux distributions will have an LDAP server setup that can be enabled if required.
The attachment id given is not valid.
Now to work out what it all means
PEAR Auth Module
phpLDAPAdmin administration package
Ubuntu/Debian Example:
apt-get install php-auth php-ldap
Note for v2.6: You must also uncomment ./users/auth/ldap/auth.php line 15. This allows the PEAR::Auth module to be found on your system. Oops; LDAP support is broke in 2.6, working on it now...
The OpenLDAP Project is a useful starting point for setting up a working LDAP system although alternatives are also available. Most of the Linux distributions will have an LDAP server setup that can be enabled if required.
Configuring access
Once correctly enabled, an LDAP tab will be provided on the Login Settings page, and this needs to be populated with the access information for your LDAP server.The attachment id given is not valid.
Now to work out what it all means
Other useful links
PHP LDAP PackagePEAR Auth Module
phpLDAPAdmin administration package