[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Authentication Bug

From: <Frank.Banzhoff_at_infineon.com>
Date: 2007-02-08 11:25:23 CET

>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

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.