On Tue, Feb 26, 2008 at 9:17 AM, Jeff Eggen <[EMAIL PROTECTED]> wrote: > <AuthnProviderAlias ldap ldap-site> > AuthLDAPURL ldap://*****/o=root?uid??(objectClass=inetOrgPerson) > AuthLDAPDereferenceAliases never > </AuthnProviderAlias> > > <Directory "/my/directory/htdocs/Infrastructure/private"> > AuthBasicProvider ldap-site > require ldap-group cn=mygroup,ou=container,ou=container,o=root
I believe Brad Nicholes fielded a bug report or users@ on this matter within the last dozen weeks or so. When you define AuthLDAPURL in an AuthnProviderAlias, you also need to explicitly define the AuthLDAPUrl in any context where you use LDAP authorization (emphasis on authn vs authz) mod_authnz_ldap probably bailed out of authorization pretty quicklty when it didn't see an AuthLDAPUrl defined. -- Eric Covener [EMAIL PROTECTED] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
