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:
<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>
---------------------------------------------------------------------
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-unsubscribe@xxxxxxxxxxxxxxxx
" from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx