[389-users] mod_authnz_ldap - authorize by group

Scooby Doo scoobydooxp at cryogen.net
Sat Oct 31 06:23:54 UTC 2009


I was wondering if anyone could share how to properly setup
mod_authnz_ldap to authorize with directory server groups. The wiki has
docs on how to use mod_authz_ldap but nothing for mod_authnz_ldap in the
groups area.


Thank you,
Scooby

<Location "/Files">
   AuthName "Restricted Access"
   AuthType Basic
   AuthBasicProvider ldap
   AuthzLDAPAuthoritative off
   AuthLDAPGroupAttribute uniqueMember
   AuthLDAPGroupAttributeIsDN on
   AuthLDAPURL
"ldap://localhost/ou=groups,dc=local?uniqueMember?sub?(objectClass=groupOfUniqueNames)"
   Require ldap-group "cn=Security,ou=groups,dc=local"
</Location>

http://directory.fedoraproject.org/wiki/Howto:Apache#Authorize_by_Group





More information about the Fedora-directory-users mailing list