I am trying to figure out what is happening with my user authentication.
When I attempt to access the repository, I am successful; however, I see
the following in the log file:
[Tue May 12 10:31:23 2009] [warn] [client 20.6.25.66] [8110] auth_ldap
authenticate: user pmoss4 authentication failed; URI /zorch [User not
found][No such object]
[Tue May 12 10:31:23 2009] [error] [client 20.6.25.66] Could not fetch
resource information. [301, #0]
[Tue May 12 10:31:23 2009] [error] [client 20.6.25.66] (2)No such file or
directory: Requests for a collection must have a trailing slash on the
URI. [301, #0]
[Tue May 12 10:31:23 2009] [warn] [client 20.6.25.66] [8110] auth_ldap
authenticate: user pmoss4 authentication failed; URI /zorch/ [User not
found][No such object]
Here is my config file:
LoadModule authn_alias_module modules/mod_authn_alias.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_user_module modules/mod_authz_user.so
<AuthnProviderAlias ldap ldap-FCGNET>
AuthLDAPBindDN FCGNET\accountname
AuthLDAPBindPassword password
AuthLDAPURL ldap://servername
:3268/DC=,DC=?samAccountName?sub?(objectCategory=person)
</AuthnProviderAlias>
<AuthnProviderAlias ldap ldap-AMER>
AuthLDAPBindDN "CN=accountname,OU=CG Service
Accounts,OU=Cons,OU=Users,OU=Production,DC=amer,DC=globalcsc,DC=net"
AuthLDAPBindPassword password
AuthLDAPURL ldap://servername
:3268/DC=,DC=,DC=?samAccountName?sub?(objectCategory=person)
</AuthnProviderAlias>
<Location /zorch>
dav svn
SVNPath /disk01/home/zorch
AuthType Basic
AuthBasicProvider ldap-FCGNET ldap-AMER
AuthName "CSC Subversion Repository"
AuthzLDAPAuthoritative off
Require valid-user
Require ldap-user CN=Patricia Moss,OU=,OU=,OU=,OU=,DC=,DC=,DC=
##
# Allows group to have read access to the repository
<Limit GET PROPFIND OPTIONS REPORT>
Require ldap-group CN=PRJ
FP-Development,OU=U.S.,OU=Groups,DC=fcg,DC=com
</Limit>
# Allows group to have write access to the repository
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require ldap-group CN=PRJ
FP-Development,OU=U.S.,OU=Groups,DC=fcg,DC=com
</LimitExcept>
</Location>
I don't understand what is going on. I am wondering if there is something
awry with my authentication configuration. I have one other user that can
not access the repo at all.
PATI MOSS
System Engineer Sr. Professional
CSC
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2214825
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-12 16:53:36 CEST