OTRS Client Certificate Authentication

OTRS is an open source trouble ticket system. We added a small authentication module to be able to authenticate to OTRS using a client certificate that can either be stored in the browser or on smartcard, that is accessible by the browser.

Since matching the distinguished name of the subject of the certificate to the username of OTRS needs to do some regexp voodoo, there is no smart configuration at the moment, but the matching needs to be adapted in the code. Nevertheless we provide an opm package to make integration of the authentication module more easy.

You can get the module here.

Direct link to opm