How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Didier Trosset
I have a subversion server running with apache. It authenticates users using LDAP configuration and uses SVN path-based authorizations to limit user access to certain repositories. This works perfectly. Now, I have a service I want to setup (rietveld, for code reviews) that needs to have an a

Re: How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread vishwajeet singh
On Thu, Apr 29, 2010 at 3:09 PM, Didier Trosset wrote: > I have a subversion server running with apache. It authenticates users > using LDAP configuration and uses SVN path-based authorizations to limit > user access to certain repositories. This works perfectly. > > Now, I have a service I want

Re: How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Johan Corveleyn
On Thu, Apr 29, 2010 at 11:53 AM, vishwajeet singh wrote: > > > On Thu, Apr 29, 2010 at 3:09 PM, Didier Trosset > wrote: >> >>  I have a subversion server running with apache. It authenticates users >> using LDAP configuration and uses SVN path-based authorizations to limit >> user access to cert

RE: How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Jon Foster
Hi, Didier Trosset wrote: > I have a subversion server running with apache. It authenticates > users using LDAP configuration and uses SVN path-based > authorizations to limit user access to certain repositories. > This works perfectly. > > Now, I have a service I want to setup (rietveld, for code

Re: How to allow anonymous access, but not everyone access in path-based authorization?

2010-04-29 Thread Didier Trosset
Jon Foster wrote: Hi, Didier Trosset wrote: I have a subversion server running with apache. It authenticates users using LDAP configuration and uses SVN path-based authorizations to limit user access to certain repositories. This works perfectly. Now, I have a service I want to setup (rietveld