[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: Monks, Peter <peter.monks_at_vignette.com>
Date: 2004-10-05 22:01:19 CEST

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]

Cheers,
Peter
 
----------------------------------------------------------------------
Peter Monks http://www.sydneyclimbing.com/
pmonks_at_sydneyclimbing.com http://www.geocities.com/yosemite/4455/
----------------------------------------------------------------------

---------------------------------------------------------------------
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:02:51 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.