>Check if you've set SSPIOfferBasic to ON.
>
>Best: just paste your apache config file section here (not the whole
file, just the subversion section)
>
>Stefan
<Location /svn>
DAV svn
# any "/svn/foo" URL will map to a repository /usr/local/svn/foo
SVNParentPath "C:/Program Files/Apache Group/SVNRepositories"
# authentication
AuthName "Subversion Authentication"
AuthAuthoritative Off # multiple authorities
#
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain eu
SSPIUsernameCase lower
SSPIOfferBasic On
#
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain AP
SSPIOfferBasic On
SSPIUsernameCase lower
Require valid-user
# authorization
AuthzSVNAccessFile "C:/Program Files/Apache
Group/SVNAuthorization/authorization.conf"
</Location>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Feb 8 11:25:34 2007