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

mod_auth_sspi - Win32 Subversion server - how to get it to work?

From: Arthur Penn <APenn_at_quilogy.com>
Date: 2004-03-19 22:46:19 CET

I am having trouble getting the SSPI authentication to work for my
Subversion server. I downloaded mod_auth_sspi.so and it is being loaded
as follows in httpd.conf:

 

LoadModule sspi_auth_module modules/mod_auth_sspi.so

LoadModule auth_module modules/mod_auth.so

 

Here is the configuration I attempted (currently commented out):

 

#<Location /svn>

# DAV svn

# SVNParentPath C:\SVNROOT

# AuthType SSPI

# AuthName "Subversion repositories"

# #AuthzSVNAccessFile svnaccessfile

# Require valid-user

# SSPIAuth On

# SSPIAuthoritative On

# SSPIDomain <name of domain controller-is this supposed to be
in the format of dc.domainname.com? That's what I used>

# SSPIOfferBasic Off

#</Location>

 

Apache's access log is filled with messages like the following:

 

192.168.157.65 - DOMAIN\\apenn [19/Mar/2004:13:42:52 -0500] "GET /svn/
HTTP/1.1" 403 315

192.168.157.65 - - [19/Mar/2004:13:42:52 -0500] "GET
/_vti_bin/owssvr.dll?UL=1&ACT=4&BUILD=5606&STRMVER=4&CAPREQ=0 HTTP/1.1"
404 326

192.168.157.65 - - [19/Mar/2004:13:42:52 -0500] "GET
/MSOffice/cltreq.asp?UL=1&ACT=4&BUILD=5606&STRMVER=4&CAPREQ=0 HTTP/1.1"
404 326

192.168.157.65 - - [19/Mar/2004:14:02:46 -0500] "OPTIONS / HTTP/1.1" 200
-

192.168.157.65 - - [19/Mar/2004:14:02:46 -0500] "PROPFIND /c%24
HTTP/1.1" 405 337

192.168.157.65 - - [19/Mar/2004:14:02:47 -0500] "PROPFIND /svn HTTP/1.1"
401 510

192.168.157.65 - - [19/Mar/2004:14:03:00 -0500] "PROPFIND /svn HTTP/1.1"
401 510

192.168.157.65 - DOMAIN\\apenn [19/Mar/2004:14:03:06 -0500] "PROPFIND
/svn HTTP/1.1" 403 314

192.168.157.65 - - [19/Mar/2004:14:04:47 -0500] "PROPFIND / HTTP/1.1"
405 348

192.168.157.65 - - [19/Mar/2004:14:04:59 -0500] "PROPFIND /svn HTTP/1.1"
401 510

192.168.157.65 - - [19/Mar/2004:14:05:03 -0500] "PROPFIND /svn HTTP/1.1"
401 510

 

Can anyone tell me what I'm doing wrong? Thanks so much.

 

Arthur
Received on Fri Mar 19 22:46:12 2004

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.