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

RE: Problem with authentication

From: David Kramer <david_at_thekramers.net>
Date: 2004-10-05 22:21:03 CEST

On Tue, 5 Oct 2004, Monks, Peter wrote:

> G'day David,
>
> > I'm playing around with authentication now. In my project's
> > svnserve.conf file, I have
> > anon-access = none
> > auth-access = write
> > ...
> > david = svndavid
>
> You need to put the usernames and passwords in a separate file (which
> can be called whatever you want), and then point to that file from
> svnserve.conf. svnserve.conf would end up looking something like:
>
> [general]
> anon-access = none
> auth-access = write
> password-db = [name of file containing usernames / passwords]

OK, I see what I did wrong.

When I created the userfile, and uncommented the "[users]" section tag, so
it wasn't seeing the password-db line in the right section. Quite
confusing.

The way the default conf file looks, though, it sure implied (at least to
me) that you could put the user=password tags right in there. I would
never do that for production, but...

Thanks, Peter.

-- 
DDDD   David Kramer         david_at_thekramers.net       http://thekramers.net
DK KD  
DKK D  "...Just remember what the MPAA says: horrific, deplorable violence
DK KD  is OK, as long as people don't say any naughty words."
DDDD                                                           Cartman's Mom
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 5 22:21:22 2004

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.