DokuWiki

It's better when it's simple

User Tools

Site Tools


auth:ldap_ipa

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
auth:ldap_ipa [2013-09-18 00:15] Klap-inauth:ldap_ipa [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== LDAP Auth Backend: Redhat IPA Example (Freeipa)====== 
-| Since the release 2013-05-10 “Weatherwax”\\ see AuthLDAP plugin [[plugin:AuthLDAP:openldap#enterprise_ipa_on_red_hat_enterprise_linux|Redhat IPA]] config page\\ \\ For releases 2012-10-13 “Adora Belle” and older\\ see info below| 
-https://www.dokuwiki.org/plugin:authldap: 
  
-Here is a configuration that worked with [[auth:ldap|LDAP]] backend for [[http://www.freeipa.org/|Freeipa IDM / IPA IDM]].  
- 
-Without SSL (so far) 
- 
-  $conf['authtype' = 'authldap'; 
-  $conf['auth']['ldap']['server'     = 'ldap://ipa.domain.tld:389'; 
-  $conf['auth']['ldap']['usertree'   = 'cn=users,cn=accounts,dc=domain,dc=tld'; 
-  $conf['auth']['ldap']['grouptree'  = 'cn=groups,cn=accounts,dc=domain,dc=tld'; 
-  $conf['plugin']['authldap']['userfilter'] = '(&(uid=%{user})(objectClass=posixAccount))'; 
-  $conf['plugin']['authldap']['groupfilter'] = '(&(member=%{dn})(objectClass=groupOfNames))'; 
-  //debug only 
-  //$conf['auth']['ldap']['debug'     = 1; 
auth/ldap_ipa.1379456143.txt.gz · Last modified: 2013-09-18 00:15 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