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

Re: Question about Basic Authentication

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 06 Sep 2012 19:02:19 +0100

"Anastasio, David M CTR USAF AFMC AFLCMC/HNID"
<David.Anastasio.ctr_at_hanscom.af.mil> writes:

> The mod_authz_user shared object was already enabled in my configuration.
> Still looking for an answer.

>> SVNParentPath c:/svnrepos
>> AuthType Basic
>> AuthName "Subversion repositories"
>> AuthUserFile C:/svnrepos/test1/conf/passwd

It looks like you are using the standard location for the svnserve
password file as the location for the Apache password file. I suspect
you are trying to use as svnserve password file which has the wrong
format for Apache; you need to use a file created using htpasswd.

You are using a single password file for all repositories in /svnrepos
but you have chosen to put that single file inside the /svnrepos/test1
repository. That can work but is a bit odd.

-- 
Philip
Received on 2012-09-06 20:02:56 CEST

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.