[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: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-02-08 13:16:47 CET

On 2/8/07, Frank.Banzhoff@infineon.com <Frank.Banzhoff@infineon.com> wrote:

> <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>

check the apache log.
My best guess is that you have the usernames in upper/lowercase in the
authorization.conf file but the other way around when SSPI
authenticates.

Also, you can try and change the line
SSPIOfferBasic On
to
SSPIOfferBasic Off

that will prevent Apache from ever asking for authentication but
simply fail if SSPI authentication didn't work.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Feb 8 13:16:57 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.