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

Re: Windows AD authentication with SSPI

From: <event.riga_at_gmail.com>
Date: 2006-07-27 09:28:11 CEST

Hello,

I also have some problems with SSPI on Windows.

I have Win2k network with Win2k3 server.

I would like to run svn with apache and sspi on one of user pc's. I've
tried followind configuration:

LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module ../../Subversion/bin/mod_dav_svn.so
LoadModule authz_svn_module ../../Subversion/bin/mod_authz_svn.so
LoadModule sspi_auth_module modules/mod_auth_sspi.so

<Location "/repos">
        DAV svn
        SVNParentPath "C:/Repos"

        AuthName "SVN Server"

# SSPI auth
        AuthType SSPI
        SSPIAuth On
        SSPIAuthoritative On
        SSPIUsernameCase lower
        SSPIOmitDomain On
        SSPIDomain DOMAIN
        SSPIOfferBasic On

        Require valid-user
        AuthzSVNAccessFile "C:/Repos/svnaccess.txt"
</Location>

But the authorization is running against local users on particular PC.
Not against the DOMAIN.
Is it possible to setup authorization agains domain on
non-domain-controller PC? And if yes then how?

Vale,
Leonid

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 27 15:45:06 2006

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.