DokuWiki

It's better when it's simple

User Tools

Site Tools


auth:ldap_edirectory

This is an old revision of the document!


Configure DOKU WIKI with Novell eDirectory

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';
auth/ldap_edirectory.1379456478.txt.gz · Last modified: 2013-09-18 00:21 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki