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

digest auth problems with 0.33 - additional info

From: Basil James Whitehouse III <jamie.whitehouse_at_ingenura.com>
Date: 2003-11-18 16:34:40 CET

This is in reference to my previous post:
http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=3097

After trying to debug with Ben Collins-Sussman on IRC last night,
without success, I thought I'd take a look at what was happening on the
0.29 server. Oddly enough there's a password mis-match error, but
everything is working from the CLI and the web browser. The other error
messages found in the 0.33 logs are not there either. The access logs
look slightly different, an additional PROPFIND, and then later the
actual GET which I'm assuming it the actual checkout working.

This was done without an AuthDigestDomain being set, as per Ben's
suggestion in debugging 0.33. Here's the logs and config info, is there
anything else I could provide to help find a solution? Should I file a
bug for this?

command prompt
--------------
$ svn --version
svn, version 0.29.0 (r6976)
   compiled Sep 8 2003, 00:45:48

$ svn co http://eeyore/svn/repos/sandboxAuthDigest/
Authentication realm: <http://eeyore:80> Subversion Repository - Digest
Password for 'basil': *****
A sandboxAuthDigest\testFile.txt
Checked out revision 1.

dav_svn.conf
------------
<Location /svn/repos/sandboxAuthDigest>
  DAV svn
  SVNPath /var/lib/svn/repositories/sandboxAuthDigest
  AuthType Digest
  AuthName "Subversion Repository - Digest"
# AuthDigestDomain /svn/repos/sandboxAuthDigest
  AuthDigestFile /var/lib/svn/digestPassword
  Require valid-user
</Location>

error log
---------
[Tue Nov 18 10:04:44 2003] [notice] Apache/2.0.47 (Debian GNU/Linux)
DAV/2 SVN/0.29.0 configured -- resuming normal operations
[Tue Nov 18 10:05:47 2003] [error] [client 192.168.0.12] Digest: user
basil: password mismatch: /svn/repos/sandboxAuthDigest/!svn/bln/1

access log
----------
192.168.0.12 - - [18/Nov/2003:10:05:43 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest HTTP/1.1" 401 502 "-" "SVN/0.29.0 (r6976)
neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:46 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest HTTP/1.1" 207 685 "-" "SVN/0.29.0 (r6976)
neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:46 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest/!svn/vcc/default HTTP/1.1" 207 436 "-"
"SVN/0.29.0 (r6976) neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:46 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest/!svn/bln/1 HTTP/1.1" 207 487 "-"
"SVN/0.29.0 (r6976) neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:46 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest HTTP/1.1" 207 685 "-" "SVN/0.29.0 (r6976)
neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:46 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest/!svn/vcc/default HTTP/1.1" 207 487 "-"
"SVN/0.29.0 (r6976) neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:46 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest/!svn/bc/1 HTTP/1.1" 207 695 "-" "SVN/0.29.0
(r6976) neon/0.24.1"
192.168.0.12 - - [18/Nov/2003:10:05:46 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest HTTP/1.1" 401 502 "-" "SVN/0.29.0 (r6976)
neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:46 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest HTTP/1.1" 207 685 "-" "SVN/0.29.0 (r6976)
neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:46 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest/!svn/vcc/default HTTP/1.1" 207 436 "-"
"SVN/0.29.0 (r6976) neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:46 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest/!svn/bln/1 HTTP/1.1" 207 487 "-"
"SVN/0.29.0 (r6976) neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:46 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest HTTP/1.1" 207 685 "-" "SVN/0.29.0 (r6976)
neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:46 -0500] "REPORT
/svn/repos/sandboxAuthDigest/!svn/vcc/default HTTP/1.1" 200 755 "-"
"SVN/0.29.0 (r6976) neon/0.24.1"
192.168.0.12 - - [18/Nov/2003:10:05:47 -0500] "GET
/svn/repos/sandboxAuthDigest/!svn/ver/1/testFile.txt HTTP/1.1" 401 502
"-" "SVN/0.29.0 (r6976) neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:47 -0500] "GET
/svn/repos/sandboxAuthDigest/!svn/ver/1/testFile.txt HTTP/1.1" 200 8 "-"
"SVN/0.29.0 (r6976) neon/0.24.1"
192.168.0.12 - basil [18/Nov/2003:10:05:47 -0500] "PROPFIND
/svn/repos/sandboxAuthDigest/!svn/ver/1/testFile.txt HTTP/1.1" 207 984
"-" "SVN/0.29.0 (r6976) neon/0.24.1"

Thanks in advance,
Jamie.

-- 
Basil James Whitehouse III
Ingenura Inc.
jamie.whitehouse@ingenura.com
(416) 425-6047
PGP Public Key: http://www.ingenura.com/keys/jamie.whitehouse.asc
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 18 16:57:05 2003

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.