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

Re: verification of user id '<null>' not configured

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 29 Oct 2010 14:19:33 +0200

Enrique Porta wrote on Fri, Oct 29, 2010 at 08:17:54 +0200:
> Hi! i have an apache 2.2.15 server and i want to configure a secure folder.
>
> This is my secure configuration
>
> <Location /svn/>

Try dropping the trailing slash.

> DAV svn
> SVNParentPath /var/lib/svn
> SVNListParentPath On
>
> AuthType Digest

Add an AuthDigestProvider directive?

> AuthName "Private"
> AuthUserFile /etc/svn-auth-file
> AuthzSVNAccessFile /etc/svn-authz-file
> Require valid-user
> </Location>
>
> The svn-auth-file are create wit the htdigest command and the "Private" realm .
>
> The content of the svn-authz-file is: [/] * = r
>
> The webrowser show me the login window, but on the server error log
> appears this:
>
> verification of user id '<null>' not configured
>
> I try using the AuthType Basic with a htpasswd file and all works
> perfectly, but with the Digest no....
>
> What's the problem?
>
> Thx ;)
Received on 2010-10-29 14:22:15 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.