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
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
# 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/
192.168.157.65 - - [19/Mar/2004:13:42:52 -0500] "GET
192.168.157.65 - - [19/Mar/2004:13:42:52 -0500] "GET
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
192.168.157.65 - - [19/Mar/2004:14:02:47 -0500] "PROPFIND /svn HTTP/1.1"
192.168.157.65 - - [19/Mar/2004:14:03:00 -0500] "PROPFIND /svn HTTP/1.1"
192.168.157.65 - DOMAIN\\apenn [19/Mar/2004:14:03:06 -0500] "PROPFIND
192.168.157.65 - - [19/Mar/2004:14:04:47 -0500] "PROPFIND / HTTP/1.1"
192.168.157.65 - - [19/Mar/2004:14:04:59 -0500] "PROPFIND /svn HTTP/1.1"
192.168.157.65 - - [19/Mar/2004:14:05:03 -0500] "PROPFIND /svn HTTP/1.1"
Can anyone tell me what I'm doing wrong? Thanks so much.
Arthur
|
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.