Hi,
Is digest authentication not supported in tortois svn? I have setup
a apace SVN server with this authentication. SVN server config bellow. I
have now problem authenticating using a firefox, but when I try to check
this respository out using tortois, it can not authenticate my username.
I'm sure i'm typing it in correctly, since it works in firefox. I'm
using the installer from
<http://downloads.sourceforge.net/tortoisesvn/TortoiseSVN-1.6.10.19898-x64-svn-1.6.12.msi?download>TortoiseSVN-1.6.10.19898-x64-svn-1.6.12.msi.
SVN Config:
/<Location /svn>
# Uncomment this to enable the repository
DAV svn
# Set this to the path to your repository
SVNPath /home/svnuser/repository
# Alternatively, use SVNParentPath if you have multiple repositories
under
# under a single directory (/var/lib/svn/repo1, /var/lib/svn/repo2, ...).
# You need either SVNPath and SVNParentPath, but not both.
#SVNParentPath /var/lib/svn
# Basic Authentication is repository-wide. It is not secure unless
# you are using https. See the 'htpasswd' command to create and
# manage the password file - and the documentation for the
# 'auth_basic' and 'authn_file' modules, which you will need for this
# (enable them with 'a2enmod').
AuthType Digest
AuthName "private"
AuthDigestDomain /svn/
AuthDigestProvider file
AuthUserFile /etc/apache2/dav_svn.passwd
#AuthUserFile /etc/passwd
# To enable authorization via mod_authz_svn
#AuthzSVNAccessFile /etc/apache2/dav_svn.authz
# The following three lines allow anonymous read, but make
# committers authenticate themselves. It requires the 'authz_user'
# module (enable it with 'a2enmod').
#<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
#</LimitExcept>
</Location>
/
Tortois give this error:
authenticate to server: rejected Digest challenge
(http://vespucci.dyndns.org)
-Greg
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2666703
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-01 05:15:36 CEST