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

Require valid-user still allowing anonymous checkin checkout

From: kkrikor <krikor.krumlian_at_gmail.com>
Date: 2007-03-05 17:19:52 CET

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
Received on Mon Mar 5 17:20:20 2007

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.