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

Windows domain authentification with SSPI fron non-domain-controller PC

From: <event.riga_at_gmail.com>
Date: 2006-07-27 12:08:13 CEST

Hello,

I'm tring to setup subversion with WebDAV on my PC (which is running
Win2K). I have domain DOMAIN and i want users to auth against this
domain. But as a result users are authentificated against my local PC.
My configuration is following:

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>

---------------------------------------------------------------------
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:46:34 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.