[Mailman-Developers] LDAP-based list

Barry Warsaw barry at python.org
Mon Sep 5 19:06:06 CEST 2005


On Sun, 2005-09-04 at 13:51, Mark Sapiro wrote:

> You have to insure that calls to getMembers(), getRegularMemberKeys(),
> etc. go to the LDAP directory each time and don't rely on previously
> retrieved information.
> 
> Either that or perhaps set up a cron to do 'bin/mailmanctl restart'
> periodically to resync.

Or better yet, hook into the MailList instance by overloading the Load()
method to resync with LDAP.  You'll need to use the extend.py extension
mechanism to do this.  Read the code for MailList.__init__() for
details.

-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/mailman-developers/attachments/20050905/34de7b93/attachment.pgp


More information about the Mailman-Developers mailing list