diff options
author | Filipp Lepalaan <filipp@mekanisti.fi> | 2009-10-18 12:57:42 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mekanisti.fi> | 2009-10-18 12:57:42 +0300 |
commit | d42f8492e72918623e2d47dba939b667320e7ceb (patch) | |
tree | ac26f5d0cea5a71f1132583b3eb502b65bfac9b9 /README | |
download | auth_ldap-d42f8492e72918623e2d47dba939b667320e7ceb.tar.gz auth_ldap-d42f8492e72918623e2d47dba939b667320e7ceb.tar.bz2 auth_ldap-d42f8492e72918623e2d47dba939b667320e7ceb.zip |
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +This PunBB extension allows your forum to authenticate against an OpenLDAP server. + +##Installation instructions + +* Drop auth_ldap into your punbb/extensions folder +* Edit auth_ldap/auth_ldap.php and modify the server and basedn variables to your environment +* Open http://yourserver/punbb/admin/extensions.php?section=manage and install the extension +* Log in using an LDAP account + +##Notes +* After installing this, LDAP users always get priority (the check is done before the built-in authentication). +This means that a local user with the same name as an LDAP user will have their password overwritten. + +##Bugs + +* Uninstalling doesn't delete the LDAP users. +* The realname is not set from LDAP (add_user() doesn't support it) |