Re: How to configure SSL on SSPI?
From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Tue, 1 Sep 2009 03:07:06 +0400
Greetings, Michael Tang!
> I have setup SSL secured connections (https) for my Subversion and https
> According to document ( http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-serversetup-apache.html#tsvn-serversetup-apache-6),
> 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
> 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.
As already mentioned, you either have changed the wrong block, ot your auth
P.S.
AuthName "Subversion repository"
# only developers may access the repository
# And they should obey to SVN user permissions file
I'm using "SSPIOfferBasic" only because I want remote Linux clients to be able
-- WBR, Andrey Repin (anrdaemon_at_freemail.ru) 01.09.2009, <2:54> Sorry for my terrible english... ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2389577 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-09-01 01:11:31 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.