Translations of this page?:

Configure DOKU WIKI with Novell eDirectory

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';
auth/ldap_edirectory.txt · Last modified: 2010/01/05 23:38 by 12.35.11.2
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Imprint Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsGitXRefTranslate