apache svn and sspi

Alles, was den Apache betrifft, kann hier besprochen werden.

apache svn and sspi

Postby martin.kurz.uid » 23. October 2014 15:49

Hi

im trying to setup a apache with svn module and sspi authentification.

Using Apache/2.2.27 (Win32) SVN/1.8.10 mod_auth_sspi

http.conf loading needed modules:

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
LoadModule sspi_auth_module modules/mod_auth_sspi.so

config of sspi:

<Location /svn/>
DAV svn
SVNParentPath C:/svn
# SVNPath c:/svn
SVNListParentPath on
AuthName "SVN Server"
AuthType SSPI
SSPIAuth On
SSPIAuthoritative On
SSPIOmitDomain On
SSPIDomain <mydomain>
#SSPIDomain 192.168.0.2
SSPIOfferBasic On
SSPIBasicPreferred On
#SSPIPerRequestAuth on
Require valid-user
# AuthzSVNAccessFile "C:/svn/conf/svnaccess.conf"
</Location>

When i try to connect via tortoise svn client to my svn server i am asked for username/pwd. But my Windows Active Directory login does not work as expected:

error.log:

authentication failure for "/svn/test"

access.-log:
192.168.0.205 - - [23/Oct/2014:16:40:57 +0200] "OPTIONS /svn/test HTTP/1.1" 401 401

Any help is welcome.
martin.kurz.uid
 
Posts: 1
Joined: 23. October 2014 15:40
Operating System: win 7

Return to Apache

Who is online

Users browsing this forum: No registered users and 19 guests