View Issue Details

IDProjectCategoryView StatusLast Update
0000734Wikipublic2014-11-04 22:25
ReporterDaniel Black Assigned ToMartinGummi  
PriorityhighSeverityfeatureReproducibilityhave not tried
Status needs workResolutionopen 
Summary0000734: wiki support for ssl and openid auth(?)
DescriptionSeems really easy:
http://moinmo.in/HelpOnAuthentication
Additional Informationwikiconfig.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/
TagsNo tags attached.

Activities

Daniel Black

2009-05-13 00:19

reporter   ~0001400

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.

Issue History

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