﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2938	SSLVerifyClient client certificate variables	karpet@…	Adrian Holovaty	"Our systems are all locked down to client certificate, and then usually a user is identified by the email address field on their certificate. I've initially added support for accessing the apache variable (SSL_CLIENT_S_DN_Email) by adding the following function to ModPythonRequest:

{{{
def ssl_var_lookup(self, variable_name):
        return self._req.ssl_var_lookup(variable_name)
}}}

It'd be nice to have this, or an equivalent, available without patching my django source. It would also be nice to have this usable to secure the admin sections as well instead of using passwords."	enhancement	closed	Core (Other)		normal	wontfix			Unreviewed	0	0	0	0	0	0
