-
Notifications
You must be signed in to change notification settings - Fork 0
Home
janaya edited this page Dec 6, 2010
·
2 revisions
WebID authentication and authorization for Mailman
By adding WebID support to Mailman, this project aims at: (1) providing a simple subscription and authentication mechanism without the need for the user of creating another user/password. (2) producing a mechanism to evaluate a set of trust rules that can be used to decide whether an user can join or create a list, for automated moderation, and granular access control to archives and profiles.
- WebID , a decentralized technology that leverages X.509 Certificates and provides and open standard for identity and login.
- Mailman 3.x, provides REST interface and general plugins architecture for GNU Mailman.
- django-mailman, a Django webapp that provide a more usable Mailman interface making use of the Mailman REST API.
- django-foafssl, a webapp to generate WebId certificates and to provide WebId authentication module for Django.
No code yet, see InitialIdeas.
- You can download this project in either
- You can also clone the project with Git by running::
- $ git clone git://github.com/janaya/MailmanWebID
If you wish to signal a bug or report a feature request, please fill-in an issue on the MailmanWebID issue tracker
(julia.anaya at gmail dot com)