Skip to Content.
Sympa Menu

en - include_ldap_2level_query doesn't work?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Andy Wettstein <address@concealed>
  • To: address@concealed
  • Subject: include_ldap_2level_query doesn't work?
  • Date: Mon, 7 Apr 2003 14:55:53 -0500

hi

i'm trying to use the 2level ldap query and i'm not having any success.
the single ldap query works fine, though.

here is the config I'm using:

This one works fine:

include_ldap_query
host ldap.cait.org
select all
attrs mail
timeout 60
filter (uid=awettstein)
suffix ou=People, o=cait.org
scope one


This one always says 0 users included from LDAP query:

include_ldap_2level_query
host ldap.cait.org
suffix1 cn=NetAdmin, ou=Groups, o=cait.org
filter1 (objectClass=*)
attrs1 uniqueMember
select1 all
scope1 base
suffix2 ou=People, o=cait.org
filter2 (dn=[attrs1])
attrs2 mail
select2 regex
regex2 ^*@cait.org$
scope2 one


This is with sympa 3.3.3 and Net::LDAP 0.25. Does anyone have any help
for this problem?

Thanks

Andy


  • include_ldap_2level_query doesn't work?, Andy Wettstein, 04/07/2003

Archive powered by MHonArc 2.6.19+.

Top of Page