Re: Apache/SSPI + Anonymous login
From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Tue, 1 Dec 2009 22:19:52 +0300
Greetings, Francis Padonou!
>> Let me check it once again.
> You are right, we would like to provide an Apache user with a read-only
I'm not familiar with directives you're trying to use in Apache configuration,
would likely suffice as long as Apache demand authentication to access
An excerpt from my own configuration:
<VirtualHost *>
DocumentRoot "C:/home/svn"
ErrorLog "C:/home/svn/.log/error_log"
<IfModule rewrite_module>
<Location "/">
<IfModule dav_svn_module>
<IfModule sspi_auth_module>
AuthName "Subversion repository"
# only developers may access the repository
# And they should obey to SVN user permissions file
And the C:/home/svn/.registry is just one simple
[aliases]
-- WBR, Andrey Repin (anrdaemon_at_freemail.ru) 01.12.2009, <22:10> Sorry for my terrible english... ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2426063 Please start new threads on the <users_at_subversion.apache.org> mailing list. To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.Received on 2009-12-01 20:20:59 CET |
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.