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

Re: User problem

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-09-04 16:47:08 CEST

Jan Borsodi <jb@ez.no> writes:

> The server is setup with basic authentication, I use:
>
> <Location /svn/nextgen>
>
> # Order deny,allow
> # Deny from all
> # Allow from .ez.no
>
> DAV svn
> SVNPath /var/www/nextgen
>
> # Limit write permission to list of valid users.
> <Limit GET PROPFIND OPTIONS REPORT>
> # Require SSL connection for password protection.
> # SSLRequireSSL
>
> AuthType Basic
> AuthName "Authorization from zev"
> AuthUserFile /var/www/nextgen/svn.user
> Require valid-user
> </Limit>
> </Location>
>
> But still I only get the "anonymous" user on commits, what's wrong?

If you checkout a fresh working copy over http, and then attempt to
commit, does the client prompt you for a password?

If not, something is wrong. That means apache isn't issuing a
challenge for some reason... maybe it can't find the AuthUserFile or
something.

If you do get prompted for a password, then we need a network trace of
the commit. Use ethereal or something to capture the http dialogue,
and post it here.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 4 16:49:05 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.