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

1.5 clients can't authenticate to 1.4.6 Server

From: dan <danwalkeriv_at_gmail.com>
Date: Wed, 29 Oct 2008 11:49:03 -0600

We've been using Subversion for a while now in our lab with the following setup:

The server is an Ubuntu Hardy machine with the standard Subversion
1.4.6 installed, which is accessed through apache. We are using
digest authentication.

Here is the relevant portion of our apache.conf file:

    <Location /subversion >
        Order allow,deny
        Allow from all
        DAV svn
        SVNParentPath /home/subversion

        AuthzSVNAccessFile /home/subversion/svn.auth
        AuthType Digest
        AuthName "Subversion"
        AuthDigestProvider file
        AuthUserFile /home/webauth/webauth.password
        AuthDigestDomain /webauth
        Require valid-user
    </Location>

Recently, people have been updating to 1.5 clients, and we are finding
that they can no longer authenticate in order to commit. Is this a
known problem? Do we need to update the configuration in some way?

Thanks in advance for any help.

--dan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-30 01:34:01 CET

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.