Re: [Mailman-Developers] Help programming MemberAdaptor...

2002-11-02 Thread Dale Newfield
On Wed, 30 Oct 2002, Martin Whinnery <[EMAIL PROTECTED]> wrote: > > Err, define "populate". Is this a one-time thing? Or do you want the > > list membership to always come from an LDAP lookup? > > The latter. I help run a large educational campus, and we hold all > accounts and groups in LDAP. Th

Re: [Mailman-Developers] Help programming MemberAdaptor...

2002-11-01 Thread Martin Whinnery <[EMAIL PROTECTED]>
On Wed, 30 Oct 2002, Greg Ward wrote: > > What I'd really like to do is have lists EITHER populate in the normal > > file way OR populated from LDAP. I was thinking I might use an address > > like > > Err, define "populate". Is this a one-time thing? Or do you want the > list membership to alw

Re: [Mailman-Developers] Help programming MemberAdaptor...

2002-11-01 Thread Martin Whinnery <[EMAIL PROTECTED]>
On Wed, 30 Oct 2002, Greg Ward wrote: > > What I'd really like to do is have lists EITHER populate in the normal > > file way OR populated from LDAP. I was thinking I might use an address > > like > > Err, define "populate". Is this a one-time thing? Or do you want the > list membersh

Re: [Mailman-Developers] Help programming MemberAdaptor...

2002-10-30 Thread Greg Ward
On 29 October 2002, Martin Whinnery said: > In MailList.pl I've changed the import line to: > > from Mailman.LDAPMemberships import OldStyleMemberships Hacking on the Mailman modules is a bad idea -- next time you upgrade, your change will be lost. > Is this how I ought to be going? If not, how