dav_svn write access
- by canavar
Good day!
I am configuring dav_svn and apache with ldap auth.
What I want to do:
allow anonymous READ access to repo
allow write access to authenticated users
Here comes my config:
# Uncomment this to enable the repository
DAV svn
SVNPath /home/svn/ldap-test-repo
AuthType Basic
AuthName "LDAP-REPO Repository"
…