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

Re: Windows domain authentication error

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2005-12-07 22:39:55 CET

Flanakin Michael C Ctr HQ OSSG/OMR wrote:
> Oh, I completely forgot about the username issues, but here's what I
> found out: you'll need every name in the authz file at least twice
> (three times for good measure). Windows isn't case-sensitive, but Svn
> is, so you'll need one with domain and username in all caps and one with
> just the username in all lowercase chars. To make it slightly simpler on
> users, I recommend you add a third with the domain and username in all
> lowercase chars. Here's an excerpt from mine:
>
> [groups]
> svn-admin = DOMAIN\FLANAKINM, domain\flanakinm, flanakinm
> [/]
> @svn-admin = rw

Better to use mod_auth_sspi 1.0.3 linked from
http://tortoisesvn.sourceforge.net/docs/release/TortoiseSVN_en/ch03.html#tsvn-serversetup-apache-5
and use e.g.

   SSPIUsernameCase lower
   SSPIOmitDomain on

so you only need to list lowercase usernames.

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 7 22:45:03 2005

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.