>With what configuration exactly? My location block is configured as below: <Location /test_repo> dav svn SVNPath /disk01/home/test_repo AuthType Basic AuthName "Subversion Repository" AuthBasicProvider ldap-FCGNET ldap-VIET AuthzLDAPAuthoritative on Require valid-user Require ldap-group CN=Active_Directory Group Name,OU=U.S.,OU=Groups,DC=domain,DC=com #Require ldap-user pmoss </Location> I've configured my aliases, in my http.conf file, as follows: <AuthnProviderAlias ldap ldap-FCGNET> AuthLDAPBindDN FCGNET\account_name AuthLDAPBindPassword xxxxxxxxxx AuthLDAPURL ldap://server.domain.com:3268/DC=domain,DC=com?samAccountName?sub?(objectCategory=person) </AuthnProviderAlias> <AuthnProviderAlias ldap ldap-VIET> AuthLDAPBindDN "CN=account_name,OU=Service Accounts,OU=Users,OU=Production,DC=domain,DC=com" AuthLDAPBindPassword xxxxxxxxx AuthLDAPURL ldap://server.domain.com:3268/DC=domain,DC=com?samAccountName?sub?(objectCategory=person) </AuthnProviderAlias>
PATI MOSS System Engineer Sr. Professional CSC From: Eric Covener <cove...@gmail.com> To: users@httpd.apache.org Date: 11/19/2010 10:40 AM Subject: Re: [us...@httpd] Group authentication to AD On Fri, Nov 19, 2010 at 10:16 AM, Patricia A Moss <pmo...@csc.com> wrote: > > >requirements are OR'ed in 2.2.x. Remove valid-user. > > That was one of the tests that I attempted and posted: > 2. If I remove "Require valid-user" then I receive an error when attempting access the repository and the error.log is as follows: > [Mon Nov 15 14:38:15 2010] [debug] mod_authnz_ldap.c(377): [client 20.8.xxx.18x] [27994] auth_ldap authenticate: using URL ldap://server.domain.com:3268/DC=domain,DC=com?samAccountName?sub?(objectCategory=person) > [Mon Nov 15 14:38:15 2010] [debug] mod_authnz_ldap.c(474): [client 20.8.xxx.18x] [27994] auth_ldap authenticate: accepting pmoss > [Mon Nov 15 14:38:15 2010] [crit] [client 20.8.232.187] configuration error: couldn't check access. No groups file?: /test_repo/ With what configuration exactly? > > PATI MOSS > System Engineer Sr. Professional > CSC > > > From: Eric Covener <cove...@gmail.com> > To: users@httpd.apache.org > Date: 11/19/2010 10:09 AM > Subject: Re: [us...@httpd] Group authentication to AD > ________________________________ > > > > I have require ldap-filters configured in my location block, but it is not filtering. It is still letting any valid userid through. > > My location block is configured as below: > > Require valid-user > > Require ldap-group CN=Active_Directory Group Name,OU=U.S.,OU=Groups,DC=domain,DC=com > > requirements are OR'ed in 2.2.x. Remove valid-user. > > --------------------------------------------------------------------- > 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: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > > -- Eric Covener cove...@gmail.com --------------------------------------------------------------------- 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: users-unsubscr...@httpd.apache.org " from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org