30 May
2021
30 May
'21
7:18 a.m.
Mark Sapiro writes:
On 5/29/21 7:31 PM, Stephen J. Turnbull wrote:
Membership adapter is a Mailman 2 feature that allowed use of an external membership database (such as a corporate LDAP system). I thought it was ported to Mailman 3 but maybe not.
Actually, it's not quite that simple. Mailman 2.1 defines a MemberAdaptor class, [...]. The Mailman 3 analog of this is the IMember interface defined in mailman/interfaces/member.py and implemented in mailman/model/member.py
OK, but for Andi it is "simple" in the sense that he doesn't have an existing MemberAdapter, so the plan is "Implement the IMember interface".
Easy to say, maybe not so easy to do. ;-)
Steve