Translations of this page?:

LDAP Auth Backend: Univention Corporate Server Examples

Below are example configurations for use with the LDAP backend and the Univention Corporate Server.

$conf['useacl']      = 1;
$conf['openregister']= 0;
$conf['superuser']   = '@Domain Admins'
 
$conf['auth']['ldap']['server']      = 'ldap://1.2.3.4:389';
$conf['auth']['ldap']['starttls']    = 1;
$conf['auth']['ldap']['usertree']    = 'cn=users, dc=basedn';
$conf['auth']['ldap']['grouptree']   = 'cn=groups, dc=basedn';
$conf['auth']['ldap']['userfilter']  = '(&(uid=%{user})(objectClass=posixAccount))';
$conf['auth']['ldap']['groupfilter'] = '(&(objectClass=posixGroup)(|(gidNumber=%{gid})(uniqueMember=%{dn})))';
 
auth/ldap_ucs.txt · Last modified: 2009/12/15 11:49 by 82.198.197.8
 
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