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

Re: Announcing mod_ssl_user

From: Daniel Patterson <danpat_at_adaptiveinternational.com>
Date: 2003-06-20 01:12:06 CEST

On Thu, 2003-06-19 at 18:38, Martin v. Löwis wrote:
> "Sander Striker" <striker@apache.org> writes:
>
> > > Can't the existing "SSLOption FakeBasicAuth" be used to achieve this
> > > also?
> >
> > Not flexible enough. Unless you want authors that look like DNs...
>
> Not only that: It does not work at all. Authorization succeeds fine,
> req->user gets set, subversion accepts a number of actions (OPTIONS,
> MKACTIVITY, PROPFIND, CHECKOUT, PUT), and then fails with
>
> svn: Commit failed (details follow):
> svn: MERGE request failed on '/svn'
> svn: MERGE of '/svn': 403 Forbidden (https://localhost)

Heh. Check the manaul page for mod_ssl and FakeBasicAuth. You still
need an "AuthType Basic", "AuthUserFile x" directive to authorize those
usernames. FakeBasicAuth sets a fixed password which you apply to all
theusers in your htpasswd file.

But, as Sander said, the username is stuck as the DN.

daniel

-- 
Signature at:  http://www.mel.au.adaptiveinternational.com/~danpat/signature.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 20 01:13:39 2003

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.