You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Emil Edeholt <em...@knmedical.se> on 2008/09/03 09:36:48 UTC

Anonymous read

Hi,

I am using svn via apache DAV and I can't seem to get rid of anonymous 
read access. I've searched through manuals, google and tried what I can 
come up with.  Should I make changes in other places then the apache 
conf file?

Right now it requires a valid user for commit, but no user for read. How 
do I force a valid user for all access?

Now my two repos look like this in my apache2.conf:

<Location /svn/foo1>
        DAV svn
        SVNPath /home/svn/foo1
        AuthType Basic
        AuthName "foo 1"
        AuthUserFile /path/to/pwfile
       Require valid-user
</Location>

<Location /svn/foo2>
        DAV svn
        SVNPath /home/svn/foo2
        AuthType Basic
        AuthName "foo 2"
        AuthUserFile /path/to/pwfile
       Require valid-user
</Location>

Best Regards Emil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org