[ mailman-Patches-637686 ] Simple members-in-LDAP support.
SourceForge.net
noreply at sourceforge.net
Tue Mar 11 16:38:39 EST 2003
Patches item #637686, was opened at 2002-11-13 11:24
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=637686&group_id=103
Category: mail delivery
Group: Mailman 2.0.x
>Status: Closed
>Resolution: Out of Date
Priority: 1
Submitted By: Erik Forsberg (forsberg)
Assigned to: Nobody/Anonymous (nobody)
Summary: Simple members-in-LDAP support.
Initial Comment:
In an organization where all users are in a LDAP
directory, fetching
data about members of a mailing list from the directory
is sometimes a good idea. For example, in my directory,
I can find out all members of a certain organizational
unit using a LDAP search.
I still want all the other features of Mailman -
archives, restrict posting to members, etc..
This patch makes it possible to define a LDAP search
URI (RFC2255) in the configuration. When posting to the
list, the search is executed and the resulting mail
addresses are added to the normal list members.
It's configurable on a per-installation-level if the
ldap search configuration should be displayed.
The python-ldap module is needed in order for this to work.
----------------------------------------------------------------------
>Comment By: Thomas Wouters (twouters)
Date: 2003-03-12 01:38
Message:
Logged In: YES
user_id=34209
This doesn't apply to Mailman 2.1 anymore, though the
MemberAdaptor interface allows you to fairly easily create
something similar but better.
I'm marking this patch closed, but if you consider it still
useful for Mailman 2.0 users (and they do too) we could add
it to the unofficial 2.0 patch list...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=637686&group_id=103
More information about the Mailman-coders
mailing list