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

Re: apache 2.6.6 / subversion 1.5 / Digest authentication: Work for anyone?

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 23 Jul 2008 09:27:36 -0400

On Wed, Jul 23, 2008 at 9:21 AM, Roland Cruse <roland.cruse_at_vrs-soft.com> wrote:
> Hello
>
> Anybody got apache digest authentication working with subversion?
>
> apache 2.6.6
> subversion 1.5

I assume you mean 2.2.6?

> I got "Basic" working but trying "Digest" with a "svn update" on a working
> copy sends the box to cpu 100%.
>
> <Location /foo>
> DAV svn
> SVNPath /var/svn/repository/foo_master
> SVNIndexXSLT "/svnindex.xsl"
> SVNPathAuthz off
>
> AuthType Digest
> #AuthType Basic
> AuthName foobar
> AuthDigestDomain /chorus http://svn-master.1/chorus
> AuthDigestProvider file
> AuthUserFile /etc/svn-auth-digest-file
> Require valid-user
>
> </Location>
> Thanks in advance.

I thought SVN does not support Digest authentication. I recall this
is in the book or somewhere else I have read.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-23 15:28:03 CEST

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.