Skip to Content.
Sympa Menu

en - [sympa-users] using include_ldap_2level_query

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Chris Pax <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] using include_ldap_2level_query
  • Date: Fri, 22 May 2009 20:27:41 +0200

I have a situation where I need to use the include_ldap_2level_query section.
And I hope those who understand it better can help me configure it.

so my first query has this info:
suffix1: ou=Groups,o=myorg,c=us
filter1: (cn=OrgDiv_101:all_my_people)
attrs1: AllowedBroadcaster

the values returned from AllowedBroadcaster look like this:
ldap:///uid=person1,ou=people,o=myorg,c=us
ldap:///uid=person2,ou=people,o=myorg,c=us

i figured the regular expression on this would be:
uid=[A-Za-z0-9]*

so my second query would be:
suffix2: ou=People,o=myorg,c=us
filter2: ([regex1])
attrs2: mail

what i want in the filter of my second query is (uid=person1) or
(uid=person2).
but i am unsure of what to put in to the second filter. or even if my regular
expression is correct.

any suggestions?



Archive powered by MHonArc 2.6.19+.

Top of Page