Ldap notes

From Federal Burro of Information
Revision as of 04:43, 31 December 2011 by David (talk | contribs) (Created page with "=== mod_authz_ldap config === (with zimbra) <pre> LoadModule authz_ldap_module modules/mod_authz_ldap.so <IfModule mod_authz_ldap.c> <Location /private> # AuthzLDAPE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

mod_authz_ldap config

(with zimbra)


LoadModule authz_ldap_module modules/mod_authz_ldap.so

<IfModule mod_authz_ldap.c>

   <Location /private>
      # AuthzLDAPEngine on


      AuthzLDAPBindDN uid=zimbra,cn=admins,cn=zimbra
      AuthzLDAPBindPassword X
      AuthzLDAPServer server
      AuthzLDAPUserBase ou=people,dc=domain,dc=ca
      AuthzLDAPUserKey zimbraMailDeliveryAddress
      AuthzLDAPUserScope subtree
      AuthzLDAPMethod ldap

      AuthType basic
      AuthName "Zimbra"
      AuthGroupFile /dev/null
      require valid-user

   </Location>

</IfModule>