After checking the error log, it seems that realm does, in fact, matter: it
has to be the same as the AuthName. This should be documented somewhere.
"Doug Bell" wrote in message
news:424510af-0acc-4a39-b3f5-7d0559868...@plainblack.com...
On Jun 7, 2009, at 7:12 AM, Stuart P. Ben
Why is this httpd.conf code working:
DAV svn
SVNPath /srv/repo
AuthType Basic
AuthName "NONE SHALL PASS"
AuthDigestDomain /repo
AuthUserFile /srv/auth/svn-auth-basic-file
#AuthUserFile /srv/auth/svn-auth-digest
Require valid-user
#Allow users of a certain authenticat