Translations of this page?:

LDAP Auth Backend: Open Directory Examples

Below are example configurations for use with the LDAP backend and the Open Directory of Mac OS X server.

$conf['auth']['ldap']['server']      = 'odmaster.your.domain.com';
$conf['auth']['ldap']['usertree']    = 'cn=users,dc=your,dc=domain,dc=com';
$conf['auth']['ldap']['grouptree']   = 'cn=groups,dc=your,dc=domain,dc=com';
$conf['auth']['ldap']['userfilter']  = '(&(uid=%{user})(objectClass=posixAccount))';
$conf['auth']['ldap']['groupfilter'] = '(&(objectClass=posixGroup)(memberUID=%{uid}))';
$conf['auth']['ldap']['version']     = 3;
 
auth/ldap_osx.txt · Last modified: 2009/01/23 20:28 by andi
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Imprint Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsGitXRefTranslate