Translations of this page?:
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Since the release 2013-05-10 “Weatherwax” see AuthLDAP plugin eDirectory config page For releases 2012-10-13 “Adora Belle” and older see info below |
This has been tested with 8.8. It should work with 8.7.3 and later as well.
$conf['auth']['ldap']['binddn'] = 'cn=bindid,ou=??,o=yourO'; $conf['auth']['ldap']['bindpw'] = '??'; $conf['auth']['ldap']['server'] = 'ldaps://yourURI'; $conf['auth']['ldap']['usertree'] = 'ou=users,o=??'; $conf['auth']['ldap']['grouptree'] = 'ou=groups,o=??'; $conf['auth']['ldap']['userfilter'] = '(&(uid=%{user})(objectClass=inetorgperson))'; $conf['auth']['ldap']['groupfilter'] = '(&(objectClass=groupOfNames)(member=%{dn}))'; $conf['auth']['ldap']['mapping']['name'] = 'fullname'; $conf['auth']['ldap']['version'] = '3';