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

How to configure SSL on SSPI?

From: Michael Tang <tang_at_phy.ccnu.edu.cn>
Date: Mon, 31 Aug 2009 00:45:46 -0700 (PDT)

Hello All,

I have setup SSL secured connections (https) for my Subversion and https works well. Now, I am trying to set authentication with a Windows Domain with SSPI. But after I set up SSPI, the authorization (Windows Domain userid and password) only valid for http. For https, No authorization need and anyone can access repository.

According to document ( http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-apache.html#tsvn-serversetup-apache-6), The SSPI authentication is only enabled for SSL secured connections(https).

What is wrong in my configuration?

I only added /changed some contents in httpd.conf for SSPI below,

Added

LoadModule sspi_auth_module modules/mod_auth_sspi.so

LoadModule dav_fs_module modules/mod_dav_fs.so

SSPIAuth On
SSPIAuthoritative On
SSPIDomain DOMAIN_NAME
SSPIOfferBasic On

and changed

AuthType from 'Basic' to 'SSPI'

AuthzSVNAccessFile from 'basic_auth_file' to 'SSPI_auth_file'.

and other setting has not been changed. More details please find the attached.

Received on 2009-08-31 09:50:08 CEST

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.