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

RE: SSPI authentication on windows server

From: Oliver Castle <Oliver.Castle_at_TescoDiets.com>
Date: 2007-05-30 10:59:03 CEST

Hello

 

In the load module section I added mod_auth_sspi.so above mod_auth.so as
shown below

 

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
Files/Subversion/bin/mod_authz_svn.so"

 

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
failed so I downloaded it from somewhere else which fixed the issues. I have
attached the one I am using to the email.

 

Hope this helps

 

Ollie Castle

 

  _____

From: chandrasekhar [mailto:chandrasekhara@sathguru.com]
Sent: 30 May 2007 09:44
To: users@subversion.tigris.org
Subject: SSPI authentication on windows server

 

Dear All,

 

Any one succeed on windows 2003 server using SSPI or LDAP authentication
using apache server. If any one succeed please give your configuration file.

 

Thanks,

A.Chadnra Sekhar

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Wed May 30 11:51:15 2007

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.