Can anyone share some information on LDAP/Krb5 or better yet SAML auth implementation for Mailman. Is it just adding appropriate auth module to DJango project or is there more involved things?
-- Sr System and DevOps Engineer SoM IRT
On November 7, 2017 6:20:16 PM GMT+01:00, Dmitry Makovey <dmakovey@stanford.edu> wrote:
Can anyone share some information on LDAP/Krb5 or better yet SAML auth implementation for Mailman. Is it just adding appropriate auth module to DJango project or is there more involved things?
This depends on what you want to do. If you just want to allow people to login to postorius and hyperkitty (the web UI) then you need to just add them to django. The cleanest approach would be to implement a socialaccount provider if that is possible. It should probably also work if you just add whatever you want to authentication providers in django itself.
I'm not entirely sure if we assume that email addresses in django are verified by default or not....
Since there were a couple of requests for ldap, this might even be a candidate for a merge request....
Sent from my Android device with K-9 Mail. Please excuse my brevity.
participants (2)
-
Dmitry Makovey
-
Simon Hanna