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

RE: Re: Windows domain authentication error

From: Flanakin Michael C Ctr HQ OSSG/OMR <Michael.Flanakin.Ctr_at_Gunter.Af.Mil>
Date: 2005-12-08 20:12:05 CET

I got it working. The last time I tried it Apache wouldn't start, but I
fiddled with it, shook it, and kicked it around a bit. It eventually
decided to do what it's told :-)

Michael

-----Original Message-----
From: Nathan Kidd [mailto:nathan-svn@spicycrypto.ca]
Sent: Thursday, December 08, 2005 11:35 AM
To: users@subversion.tigris.org
Subject: Re: Windows domain authentication error

[please keep this on the list, in case it helps others]

Flanakin Michael C Ctr HQ OSSG/OMR wrote:
> Do you know how I can apply the patch to the .so file? I'd love to
> have those options, but they aren't in the .so file, only in the
> patch, it seems.

You followed the instructions in the TortoiseSVN manual (see previous
link) to copy the .so in that zip into your Apache modules directory and
enable it in httpd.conf?

I use the .so from that zip and those features do work.

I believe you'll get an apache error if you use directives it doesn't
understand, so if you use any of them in your .conf file you should know
if they're enabled as soon as you restart apache.

-Nathan

> -----Original Message-----
> From: Nathan Kidd [mailto:nathan-svn@spicycrypto.ca]
> Sent: Wednesday, December 07, 2005 3:40 PM
> To: users@subversion.tigris.org
> Subject: Re: Windows domain authentication error
>
> 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.ht
> ml
> #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
>
>
>
>

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 8 21:17:06 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.