[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: Jan Borsodi <jb_at_ez.no>
Date: 2002-09-04 17:19:40 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

> 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?

Yup.

> 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.

I'll try it out.

Changing the Limit to LimitExcept (as noted in the other reply) won't help with
this, will it?

-- 
- Jan Borsodi <jb_at_ez.no> - Systems Engineer @ eZ systems - Web: http://ez.no
  QtVu: http://www.qtvu.org  -  RegExplorer: http://regexplorer.sourceforge.net
  EMacro: http://emacro.sourceforge.net  -  Apollo: http://www.apolloplayer.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 4 17:20:19 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.