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

RE: secure svn

From: Melanie Pfefer <melanie_pfefer_at_yahoo.co.uk>
Date: Wed, 2 Sep 2009 16:12:44 +0000 (GMT)

Hi,

Here it is

<Location /svn/XYZ/ABC/>
DAV svn
SVNParentPath ...
Options FollowSymLinks
AuthBasicProvider ldap
AuthLDAPUrl ...
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
AuthType Basic
AuthName "Please enter your credentials"
AuthzSVNAccessFile /usr/local/apache/acl.conf
....
</Location>

thanks

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2390326

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-02 18:13:39 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.