You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by kkrikor <kr...@gmail.com> on 2007/03/05 16:19:52 UTC

Require valid-user still allowing anonymous checkin checkout

Hey guys ,

I have the following setup for my Subversion repository.
with the Requie valid-user being there i am still able to checkout and
checkin code as an anonymous user. Why would that be happening ?

[code]

LoadModule dav_svn_module     modules/mod_dav_svn.so
LoadModule authz_svn_module   modules/mod_authz_svn.so

<Location /repository>
    DAV svn
    SVNPath /var/www/svnroot

    Require valid-user

    AuthType Basic
    AuthName "Subversion Repository"
    AuthUserFile /etc/svn-auth-file
</Location>
[/code]

Forgot to mention that svn is running behind apache HTTP server 2.0.x. The
above snippet is in subversion.conf
-- 
View this message in context: http://www.nabble.com/Require-valid-user-still-allowing-anonymous-checkin-checkout-tf3349817.html#a9314619
Sent from the Subversion Users mailing list archive at Nabble.com.

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