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

Re: FW: Getting NT Authorization Right with mod_auth_sspi.so

From: Felix Collins <felix_at_keyghost.com>
Date: 2004-07-13 00:14:55 CEST

Here's mine Dan.

#Subversion repositories location configuration
<Location /repos>
   Dav svn
   SVNParentPath D:/repos
   #NT Domain auth config
   AuthType SSPI
   SSPIAuth On
   SSPIAuthoritative On
   SSPIOfferBasic On
   AuthName "Subversion repository"
   AuthzSVNAccessFile "C:\Program Files\Apache
Group\Apache2\conf\svnaccessfile.txt"
   Require valid-user
</Location>

Make sure you have the sspi module loaded or compiled in. Your
svnaccessfile looks ok.

Can you post the error log and access log from Apache to show what is
going wrong?

hope that helps...

Felix

Roehl, Dan wrote:

> I am running SVN 1.0.0 with apache 2.0
> I am trying to set up the NT AD authentication properly
> I have the mod_auth_sspi.so + patch from tigris website.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 13 00:14:58 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.