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
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
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
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
Hello guru folks.
Er, I've been trying to make Mailman populate lists from our LDAP
directory.
I've never used python before, and so I'm probably doing stuff ass fust.
Here's what I've been doing:
I've copied OldStyleMemberships.py to LDAPMemberships.py
In MailList.pl I've changed the import li