[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: William Scoder <futia_at_engr.colostate.edu>
Date: Thu, 30 Sep 2010 16:01:54 -0700 (PDT)

Hi,

    Is digest authentication not supported in tortois svn? I have setup a apache2 SVN server with digest authentication. SVN server config file is bellow.

I have no problem authenticating using a firefox, but when I try to check this repository out using tortoise, it can not authenticate my username. I'm sure I'm typing it in correctly, since it works in firefox. I'm using the 64 bit version, installer 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)

-William

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2666712

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-10-01 09:57:13 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.