You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "event.riga@gmail.com" <ev...@gmail.com> on 2006/07/27 07:28:11 UTC

Re: Windows AD authentication with SSPI

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