On Mon, Mar 18, 2019, at 12:16 AM, Stephen J. Turnbull wrote:
Crossposting and redirecting replies to mailman-users@mailman3.org.
Steven Jones writes:
I cant find anything on this so far but can Mailman3's webui use freeipa as the authentication mechanism?
Hi Steve,
I don't have a complete answer offhand (and right now I'm just reducing my inbox so a single google search is as much as I can do), but searching for "freeipa django" indicates that there are "connectors" for Django and FreeIPA. The nicest option would be a plugin for Django's socialauth application.
If that doesn't seem to exist, perhaps you can just add a FreeIPA application to the Django configuration. You would need to add it to both Postorius and HyperKitty configurations.
Here is a list of all the providers Django-allauth(and hence us) support1.
You can definitely add more providers and if Django-allauth isn't ready to merge that, you could create a completely separate python package that providers that functionality.
If you need examples, here is a custom provider we have in our source code to authenticate using Fedora's auth management system2.
Steve
-- Associate Professor Division of Policy and Planning Science http://turnbull.sk.tsukuba.ac.jp/ Faculty of Systems and Information Email: turnbull@sk.tsukuba.ac.jp University of Tsukuba Tel: 029-853-5175 Tennodai 1-1-1, Tsukuba 305-8573 JAPAN
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)