| mod_auth_sspi + AuthzSVNAccessFile combo is broken
From: Ramakrishna B. Shenai <RShenai_at_facetime.com>
 Date: 2004-07-08 04:34:34 CEST 
My setup is as follows
 Subversion 1.0.5 (Win32 exe)
 Using mod_auth_sspi obtained from  http://tortoisesvn.tigris.org/mod_auth_sspi.zip seems to pass the authenticated user in the form \\<domain>\<userid> to the mod_authz_svn. I have been unable to figure out how to setup the AuthzSVNAccessFile to recognize userids in this form. 
 However a version of mod_auth_sspi at http://www.deadbeef.com/software/sspi.html that is patched to offer a new directive called SSPIOmitDomain. Using this directive strips the domain name and now mod_authz_svn work as I expect it to. 
 Using the conf files given below I am now able to use SVN that way I want to:
 Am I missing something very basic here or is there a problem with mod_authz_svn. 
 Thanks
 Ramakrishna
 ==================== My conf files ===============
 <Location /svn>
         AuthType SSPI
 My svnaccess.conf file looks:
 [groups]
 ---------------------------------------------------------------------
 | 
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.