You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ramakrishnan Parasuraman <ra...@gmail.com> on 2007/03/15 18:55:37 UTC

Problem with subversion user authentication

Hi,

I have installed subversion server in RHEL 4.
The problem is I have when i access the repository thru tortoise SVN client,
its prompting for username and password.
Authorization is getting failed when i give the correct username / password.

Here is my svnserve.conf file:

anon-access = read
auth-access = write
password-db = passwd
authz-db = authz

password-db file:

[users]
ram = password

Can anyone help me in this..

Thanks in advance,
Ram

RE: Problem with subversion user authentication

Posted by James Oltmans <jo...@bolosystems.com>.
You may need to specify the username's domain. In our environment we
have to do <domain>\<username> in tortoise and command line client in
order for our authorization to work.

 

________________________________

From: Ramakrishnan Parasuraman
[mailto:ramakrishnan.parasuraman@gmail.com] 
Sent: Thursday, March 15, 2007 12:56 PM
To: users@subversion.tigris.org
Subject: Problem with subversion user authentication

 

Hi,

 

I have installed subversion server in RHEL 4.

The problem is I have when i access the repository thru tortoise SVN
client, its prompting for username and password.

Authorization is getting failed when i give the correct username /
password.

 

Here is my svnserve.conf file:

 

anon-access = read
auth-access = write

password-db = passwd

authz-db = authz

 

password-db file:

 

[users]
ram = password

 

Can anyone help me in this..

 

Thanks in advance,

Ram