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

Both sides previous revisionPrevious revision
auth:ldap_osx [2013-09-18 00:18] Klap-inauth:ldap_osx [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== LDAP Auth Backend: Open Directory Examples ====== 
- 
-| Since the release 2013-05-10 “Weatherwax”\\ see AuthLDAP plugin [[plugin:AuthLDAP:OSX|OS X]] config page\\ \\ For releases 2012-10-13 “Adora Belle” and older\\ see info below| 
- 
-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> 
  

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