"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