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

Re: mod_authz_svn problems under Windows Server 2003

From: G.J. Doornink <dkg_at_xs4all.nl>
Date: 2005-06-16 22:46:27 CEST

Rodney Schuler wrote:
> On 6/15/05, G.J. Doornink <dkg@xs4all.nl> wrote:
>
>>I have solved the domain/username case problem by patching the
>>mod_auth_sspi to accept a new option called SSPIUsernameCase which
>>accepts the values 'upper' and 'lower'.
>>If this option is specified in the Apache config file the mod_auth_sspi
>>module translates the received domain/username to either upper or lower
>>case, which makes Apache report the domain/username to the mod_authz_svn
>>module either in the specified case.
>
>
> Sounds like a very useful patch. Can you post it somewhere. (This
> list would be really convenient for me :)

Attached is a patch which can be applied to mod_auth_sspi from the
following url:
http://www.gknw.net/development/apache/httpd-2.0/win32/modules/mod_auth_sspi-1.0.2-2.0.54.zip
The easiest way to build the binaries is IMHO using the makefile.
Just make sure to change the paths at the top of the makefile and
execute the following bat file.

build.bat
---------
call "C:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT"
nmake
---------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 16 22:51:15 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.