Re: User authentication\authorization upper-lower case

2010-10-08 Thread Claudio Corona
On Fri, Oct 8, 2010 at 5:45 PM, Bob Archer wrote: > > On Fri, Oct 8, 2010 at 5:30 PM, Bob Archer > > wrote: > > > >> Hi all. I have a problem with SVN. I have the (only) user > > > >> 'test_user' (in the 'passwd' file) having 'rw' on the entire > > > >> repository. Why am I able to get *authenti

Re: User authentication\authorization upper-lower case

2010-10-08 Thread Claudio Corona
On Fri, Oct 8, 2010 at 5:30 PM, Bob Archer wrote: > > >> Hi all. I have a problem with SVN. I have the (only) user > > >> 'test_user' (in the 'passwd' file) having 'rw' on the entire > > >> repository. Why am I able to get *authenticated* with the user > > >> 'TESTUSER' (but not *authorized* to c

Re: User authentication\authorization upper-lower case

2010-10-08 Thread Claudio Corona
anon-access = none password-db = passwd authz-db = authz I'm using svn (svnserve.exe). There is a mistake in the previous post: 'test_user' is without the '_' character. So the only user in passwd is 'testuser'. Every user different from 'testuser' does not get authentication, while 'TESTUSER' get

User authentication\authorization upper-lower case

2010-10-08 Thread Claudio Corona
Hi all. I have a problem with SVN. I have the (only) user 'test_user' (in the 'passwd' file) having 'rw' on the entire repository. Why am I able to get *authenticated* with the user 'TESTUSER' (but not *authorized* to commit)? Note that only authenticated user can access and read from my reposito