Windows AD authentication with SSPI
From: Leathem, Steven <Steven.Leathem_at_phlx.com>
 
Date: 2006-06-28 22:32:36 CEST 
Hello-
 My platform is:
 I am trying to set up Active Directory authentication for the users.  I've
 I've downloaded the "mod_auth_sspi-1.0.4-2.0.58.zip" file from:
 The applicable parts of the httpd.conf is below:
 LoadModule dav_module modules/mod_dav.so
 # subversion modules
 # Windows authentication module
 LoadModule auth_module modules/mod_auth.so
 <Directory "c:\svnrepos"> 
 <Location /repos>
     AuthName "Windows Authentication - SVN"
     <LimitExcept GET PROPFIND OPTIONS REPORT> 
     # our access control policy enforced by mod_authz_svn
 My svnaccess.conf is as follows:
 [groups]
 [/]
 I've tried several combinations of the domain\username, based on advice I've
 Forbidden
 (I don't even get prompted for credentials.)  I then see the following in
 [Wed Jun 28 16:23:01 2006] [error] [client (IP address)] The URI does not
 I am unable to log in via TortoiseSVN either.  Any help is greatly
 Steve
  | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.