DokuWiki

It's better when it's simple

User Tools

Site Tools


auth:ldap_osx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
auth:ldap_osx [2009-01-23 20:28] – moved from auth:ldap andiauth:ldap_osx [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== LDAP Auth Backend: Open Directory Examples ====== 
- 
-Below are example configurations for use with the [[auth:LDAP]] backend and the [[http://www.apple.com/server/macosx/features/directory.html|Open Directory]] of Mac OS X server. 
- 
- 
-<code php> 
-$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; 
-</code> 
- 
  
auth/ldap_osx.1232738900.txt.gz · Last modified: 2013-09-18 00:18 (external edit)

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