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

Digest Authentication Support?

From: greg <futia_at_colostate.edu>
Date: Thu, 30 Sep 2010 15:40:00 -0700 (PDT)

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
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=2666711

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-01 09:57:06 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.