On 06/05/2013 08:29 AM, Lennart Barfod wrote:
> Hi Mark,
> 
> I'm using the LDAPMembership.py Version 0.63.
> 
> Yes I restartet mailman some times after adding the extend.py.
> 
> Ok, so I should reinstall mailman and Python-ldap? Or where seems to be the 
> problem? 


There seems to be a serious coding error in LDAPMemberships.py, version
0.63. Namely, at line 274-275, the code

    def __ldap_get_members(self):
        return self.__ldap_get_regularmembers() +
self.__ldap_get_digestmembers()

(watch out for wrapped line)

should be

    def __ldap_get_members(self):
        return self.__ldap_get_regular_members() +
self.__ldap_get_digest_members()


I wonder how many people are actually using this?

If you fix that and restart Mailman, I think you'll be OK.

-- 
Mark Sapiro <[email protected]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list [email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to