[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: Anastasio, David M CTR USAF AFMC AFLCMC/HNID <David.Anastasio.ctr_at_hanscom.af.mil>
Date: Thu, 6 Sep 2012 14:08:28 -0400

Yes, I think that is exactly the problem here.
I will try to create the password file with htpasswd.
Does Apache suggest where the password file should reside?
Is it restricted to a certain location? I couldn't find this in the
documentation.
Thank you.
Dave

-----Original Message-----
From: MARTIN PHILIP [mailto:codematters_at_ntlworld.com] On Behalf Of Philip
Martin
Sent: Thursday, September 06, 2012 2:02 PM
To: Anastasio, David M CTR USAF AFMC AFLCMC/HNID
Cc: users_at_subversion.apache.org
Subject: Re: Question about Basic Authentication

"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

  • application/x-pkcs7-signature attachment: smime.p7s
Received on 2012-09-06 20:09:08 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.