RE: SSPI authentication on windows server
From: Oliver Castle <Oliver.Castle_at_TescoDiets.com>
Date: 2007-05-30 11:26:48 CEST
We use Tortoise SVN (http://tortoisesvn.tigris.org/) which has a save
Thanks
Ollie Castle
_____
From: chandrasekhar [mailto:chandrasekhara@sathguru.com]
Dear Ollie Castle,
Thank you giving reply. I am also using same way, it is working but it is
Thanks,
_____
From: Oliver Castle [mailto:Oliver.Castle@TescoDiets.com]
Hello
In the load module section I added mod_auth_sspi.so above mod_auth.so as
LoadModule sspi_auth_module modules/mod_auth_sspi.so
LoadModule auth_module modules/mod_auth.so
SVN should also automatically add
LoadModule dav_svn_module "C:/Program Files/Subversion/bin/mod_dav_svn.so"
LoadModule authz_svn_module "C:/Program
Then my location config is set at
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath <DataPath>
AuthName "Subversion repositories"
#AuthzSVNAccessFile svnaccessfile.txt
# NT Domain Logins.
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIDomain <Domain Name Controller IP>
SSPIOfferBasic On
Require valid-user
</Location>
I did find that the SSPI module that I downloaded from the recommended site
Hope this helps
Ollie Castle
_____
From: chandrasekhar [mailto:chandrasekhara@sathguru.com]
Dear All,
Any one succeed on windows 2003 server using SSPI or LDAP authentication
Thanks,
A.Chadnra Sekhar
|
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.