[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: Martin v. Löwis <martin_at_v.loewis.de>
Date: 2003-06-19 10:38:05 CEST

"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)

And indeed, access_log reads

...
127.0.0.1 - /C=DE/L=Potsdam/O=Hasso-Plattner-Institut/OU=OSM/CN=Martin von Loewis/Email=Martin.vonLoewis@hpi.uni-potsdam.de [19/Jun/2003:10:20:16 +0200] "PROPPATCH /svn/!svn/wbl/6f6564ad-6fc0-0310-9c4a-cc067b7061e6/4 HTTP/1.1" 207 348
127.0.0.1 - /C=DE/L=Potsdam/O=Hasso-Plattner-Institut/OU=OSM/CN=Martin von Loewis/Email=Martin.vonLoewis@hpi.uni-potsdam.de [19/Jun/2003:10:20:16 +0200] "PROPFIND /svn HTTP/1.1" 207 356
127.0.0.1 - /C=DE/L=Potsdam/O=Hasso-Plattner-Institut/OU=OSM/CN=Martin von Loewis/Email=Martin.vonLoewis@hpi.uni-potsdam.de [19/Jun/2003:10:20:16 +0200] "CHECKOUT /svn/!svn/ver/4/y.c HTTP/1.1" 201 361
127.0.0.1 - /C=DE/L=Potsdam/O=Hasso-Plattner-Institut/OU=OSM/CN=Martin von Loewis/Email=Martin.vonLoewis@hpi.uni-potsdam.de [19/Jun/2003:10:20:17 +0200] "PUT /svn/!svn/wrk/6f6564ad-6fc0-0310-9c4a-cc067b7061e6/y.c HTTP/1.1" 204 0
127.0.0.1 - /C=DE/L=Potsdam/O=Hasso-Plattner-Institut/OU=OSM/CN=Martin von Loewis/Email=Martin.vonLoewis@hpi.uni-potsdam.de [19/Jun/2003:10:20:17 +0200] "MERGE /svn HTTP/1.1" 403 302

This is now issue 1364.

Regards,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 19 10:39:07 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.