Hmm,
Have you tried the DIGEST AuthType without referring to Subversion?
Does it work?
Create a dummy directory and try setting AuthType Digest there. It would
be an Apache issue (mods missing, maybe?) and not Subversion. (SVN
Team: please correct me if I am mistaken.)
The Apache docs are at: http://httpd.apache.org/docs-project/
HTH
- nasser
Nasser Dassi
Sr. Technical Programmer
=========================================
E: ndassi@141xm.com
=========================================
-----Original Message-----
From: Aniruddha Apte [mailto:aniapte@gmail.com]
Sent: Friday, January 21, 2005 9:51 AM
To: users@subversion.tigris.org
Subject: Trouble with AuthType Digest
Hello Everybody,
I have a svn setup on windows (both client and server) that works ok
with AuthType Basic in the httpd.conf. However if if try to make the
authtype as digest, apache gives me errors. I am not sure if AuthType
Digest is supported by svn. (I thought it shouldn't matter since
authentications are done by apache for the top level url path - in my
case the /svn authentications will be done by apache right?)
My httpd.conf contains the following
<Location /svn>
DAV svn
SVNParentPath f:/svn/
# our access control policy
AuthzSVNAccessFile f:/svn/access_file.txt
# only authenticated users may access the repository
Require valid-user
# how to authenticate a user
AuthType Digest
AuthName "Subversion repository"
AuthUserFile f:/svn/users.file
</Location>
and the httpd error is:
[Fri Jan 21 20:07:20 2005] [crit] [client 127.0.0.1] configuration
error: couldn't check user. No user file?: /svn/repos/
Although both the users.file and access_file.txt are present.
It looks like apache is trying to find the user file somewhere else.
Can someone please provide some pointers?
thanks again,
-anir
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 21 16:07:29 2005