[Moin-devel] [ moin-Patches-736885 ] Identify users using client certificates
SourceForge.net
noreply at sourceforge.net
Tue May 13 00:46:10 EDT 2003
Patches item #736885, was opened at 2003-05-13 09:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=308482&aid=736885&group_id=8482
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin v. Löwis (loewis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Identify users using client certificates
Initial Comment:
This patch allows to identifiy Moin users using SSL
client certificates. Specifically, it uses the common
name and the email address from the cerificate's
subject's distinguished name. Cookies and Moin user ids
are still used, and finding users works like this
1. If there is a cookie, use that
2. If there is no cookie, iterate over all users, and
try to find one with the same email address or where
the X.509 common name is the same as the Moin user name.
3. If no user is found, but either the email address or
the common name is set, create a new user.
This patch works only with Apache mod_ssl, as it relies
on the environment variables SSL_CLIENT_S_DN* being set.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=308482&aid=736885&group_id=8482
More information about the Moin-devel
mailing list