Re: User authentication\authorization upper-lower case

2010-10-09 Thread Daniel Shahaf
No time to test, sorry, but agreed that usernames should be case-sensitive. Please file a bug if they aren't... Bob Archer wrote on Fri, Oct 08, 2010 at 11:45:16 -0400: > > 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 >

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 Bob Archer
> 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* t

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 Bob Archer
> >> 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 an

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

RE: User authentication\authorization upper-lower case

2010-10-08 Thread Bob Archer
> 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