RE: Windows AD authentication with SSPI
From: <jason_at_subversus.org>
Date: 2006-06-28 22:55:50 CEST
I would recommend
1) Turning SSPIOfferBasic "on" as the documentation recommends
2) Setting SSPIUsernameCase to "lower" which will ensure consistent
3) Setting SSPIOmitDomain to "on" which will strip the domain name from
Then for [groups], just list the usernames *all lowercase* and *domain name
This should take care of your issues.
From: Leathem, Steven [mailto:Steven.Leathem@phlx.com]
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.