Bug 30173 - Extending FakeBasicAuth
Summary: Extending FakeBasicAuth
Status: CLOSED DUPLICATE of bug 20957
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_ssl (show other bugs)
Version: 2.0.50
Hardware: Other other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2004-07-18 17:11 UTC by Robert Valentan
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments
Patch to add the FakeBasicAuth2 (2.63 KB, patch)
2004-07-18 17:14 UTC, Robert Valentan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Valentan 2004-07-18 17:11:57 UTC
The fakeBasisAuth can't been used with a lot of cgi-script (eg viewcvs),
because using the syntax " {username} = {rights} ".
The attached patch will add a config-option "FakeBasicAuth2", which is
equals to "FakeBasicAuth", but using only the email-Address from the
certificate.
Comment 1 Robert Valentan 2004-07-18 17:14:31 UTC
Created attachment 12150 [details]
Patch to add the FakeBasicAuth2
Comment 2 Joe Orton 2004-07-19 10:22:36 UTC
The "SSLUserName" directive already in HEAD should solve this problem, can you
try the patch from bug 20957?
Comment 3 Robert Valentan 2004-07-19 11:50:43 UTC
I have used the patch on 2.0.50  with "SSLUserName SSL_CLIENT_S_DN_Email",
it makes the same as my patch! I will get my patch back. 

Can you add the patch from 20957 also to the 2.0-Branch? 
It is currently only in HEAD
Comment 4 Jeff Trawick 2004-07-20 02:17:16 UTC
reopening to close as dup of 20957
Comment 5 Jeff Trawick 2004-07-20 02:24:04 UTC
I'll propose the enhancement to be merged into the stable branch.

*** This bug has been marked as a duplicate of 20957 ***