Skip to Content.
Sympa Menu

devel - [sympa-dev] hiding lists

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Thomas Berry <address@concealed>
  • To: sympa dev <address@concealed>
  • Subject: [sympa-dev] hiding lists
  • Date: Wed, 31 Mar 2010 09:38:35 -0700


In an effort to improve the display performance of the "List of lists" page on the Sympa 6.0.1 web interface, I'd like to only display lists based on specific LDAP criteria. The filter I have in mind would look like: (&(!(objectclass=groupofurls))(owner=*)); this would hide any list based on an LDAP group if the group is dynamic (objectclass=groupofurls) or does not have an owner (the dynamic groups that have owners should be displayed).

We're using a custom Template::Plugin module to dynamically configure certain aspects of each mailing list based on the value of attributes we've added to each list's corresponding LDAP group entry. So, we can add any list setting that would accomplish this.

Thomas



  • [sympa-dev] hiding lists, Thomas Berry, 03/31/2010

Archive powered by MHonArc 2.6.19+.

Top of Page