View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000734 | Wiki | public | 2009-05-10 21:56 | 2014-11-04 22:25 | |
Reporter | Daniel Black | Assigned To | MartinGummi | ||
Priority | high | Severity | feature | Reproducibility | have not tried |
Status | needs work | Resolution | open | ||
Summary | 0000734: wiki support for ssl and openid auth(?) | ||||
Description | Seems really easy: http://moinmo.in/HelpOnAuthentication | ||||
Additional Information | wikiconfig.py {{{ from MoinMoin.auth.sslclientcert import SSLClientCertAuth from MoinMoin.auth.openidrp import OpenIDAuth from MoinMoin.auth import MoinAuth auth = [SSLClientCertAuth(autocreate=True),OpenIDAuth(),MoinAuth()] or: auth = [SSLClientCertAuth(autocreate=True)] }}} /etc/apache2/sites-available/wiki {{{ # Client Verification SSLVerifyClient optional SSLVerifyDepth 3 SSLCACertificatePath /usr/share/ca-certificates/cacert.org/ SSLCADNRequestPath /usr/share/ca-certificates/cacert.org/ SSLOptions +StdEnvVars }}} c_rehash /usr/share/ca-certificates/cacert.org/ | ||||
Tags | No tags attached. | ||||
|
and given the edits are usually done by those with CAcert certificate maybe just make that the only option. Would solve a spam problem too. |
Date Modified | Username | Field | Change |
---|---|---|---|
2009-05-10 21:56 | Daniel Black | New Issue | |
2009-05-13 00:19 | Daniel Black | Note Added: 0001400 | |
2009-05-17 01:45 | Daniel Black | Summary | wiki support for ssl and openid auth => wiki support for ssl and openid auth(?) |
2009-05-17 01:45 | Daniel Black | Additional Information Updated | |
2009-06-11 02:56 | law | Status | new => needs work |
2009-06-11 02:56 | law | Assigned To | => law |
2014-03-11 13:24 | MartinGummi | Assigned To | law => MartinGummi |