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

Auth problem

From: Luciano Ribeiro <lribeiro_at_intelig.com.br>
Date: 2004-06-30 16:40:46 CEST

This is my AuthzSVNAccessFile:

[repos:/repos]
func = rw
kiv = r

I created the svn-auth-file thus:

htpasswd -cm c:\xampp\apache\svn-auth-file admin

This is my httpd.conf:

<Location /repos>
   DAV svn
   SVNPath c:/programs/subversion/repos
   
   AuthzSVNAccessFile "c:\xampp\auth"

   Satisfy Any
   Require valid-user

   AuthType Basic
   AuthName "Subversion repository"
   AuthUserFile c:\xampp\svn-auth-file
</Location>

and when I try to log, one authentication error occurs.
The log prompt appears 3 times.
What the problem?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 30 16:57:28 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.