From d42f8492e72918623e2d47dba939b667320e7ceb Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 18 Oct 2009 12:57:42 +0300 Subject: Initial commit --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..0dceac0 --- /dev/null +++ b/README @@ -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) -- cgit v1.2.3