Roundcube Community Forum

Third Party Contributions => Old Style Plug-Ins => Topic started by: grooverdan on April 26, 2009, 02:41:33 AM

Title: Certificate Login plugin
Post by: grooverdan on April 26, 2009, 02:41:33 AM
#1485224 (API plugin for client certificate authentication) ? RoundCube Webmail (http://trac.roundcube.net/ticket/1485224) is a certificate login plugin. Just place this attachment Attachment ? RoundCube Webmail (http://trac.roundcube.net/attachment/ticket/1485224/certificatelogon.php) into a certificatelogon directory and enable it.

It requires the web server, Apache only afaik, to be configured to request a client side certificate off the user. This plugin uses the SSL information provided by the web server to search for an email address. Once found this represent the authentication data. The imap server needs to accept a common password for all users which is managed within the PHP code.

I'm happy to help out with problems or suggested improvements.