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

Re: Svn 1.3 command line with authentication problem

From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2006-02-07 16:12:47 CET

2006/2/2, Kok Jer Min (Gmail) <jermin.kok@gmail.com>:

> <Location /svn>
[...]
> AuthType SSPI
> SSPIAuth On
> SSPIAuthoritative On
> SSPIDomain <domaincontroller>
> SSPIOfferBasic On

Add this:

        SSPIOmitDomain On
        SSPIUsernameCase lower

And then use the username in lower case without the domain part in the
SVN access file:

[/folder1]
*=
user1=rw

Problem is that windows is very inconsistent with the upper/lower case
of user names, but SVN is case sensitive.

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 7 16:15:43 2006

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

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