RE: How to configure SSL on SSPI?
From: Michael Tang <tang_at_phy.ccnu.edu.cn>
Date: Mon, 31 Aug 2009 22:23:31 -0700 (PDT)
Hello Hohn and Andrey,
Thanks for your help!
Do you mean the <Location> block
<Location /svn>
AuthType SSPI
should be moved from httpd.conf to httpd-ssl.conf?
I moved the block to the end of httpd-ssl.conf, and commented out SSPI seting in http.conf.
The authorization was required when https connection started, but only user name and password are defined in C:/svnroot/conf/HTTP-passwd-file instead of defined in Windows Domain can be used. It means I only access repository by username define in the file,even it was commented out in httpd.conf.
Meanwhile, http can not use authentication with Windows Domain. But it is work before <Location> block moved.
I also tried to diable SSPIOfferBasic, but nothing was happened.
I attached my httpd.conf and httpd-ssl.conf. My subversion version is 1.6.3(r38063), Apach version is 2.2.11.
Could you please give me more details? Please do not hesitate to correct my mistake or misunderstanding. Thank you very much!
Regards
|
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.