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

Re: TortoiseSVN Not even asking for Authentication

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2005-12-08 23:38:44 CET

DuBois, Patricia (Trisha) A wrote:
> I am using Windows domain authentication.
<snip>
> <Location /svn> DAV svn SVNParentPath "C:\SVN"
>
> AuthName "Subversion repositories"
>
> AuthType SSPI

> SSPIAuth On
> SSPIOmitDomain On
> SSPIAuthoritative O
                     ^^^ typo?
> SSPIDomain www-pdc

Probably you are entering your username into your browser using the same
case you used in the authz file, but in fact your domain username has
different case. (e.g. user.name v.s User.Name)

try adding

   SSPIUsernameCase lower # or whatever you want to use in the authz file

to your Location block. (If you're using 1.0.3 of the sspi module.)

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org

--
Received on Thu Dec 08 22:48:41 2005

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

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