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 -- 389 users mailing list 389-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users