-------- Original-Nachricht --------
Betreff: post rejected
Datum: Mon, 8 Mar 2010 22:57:45 -0800 (PST)
Von: asi g <[email protected]>
An: [email protected]

Hi,
My post was rejected automatically.
Can you please publish it?

subject: LDAP nested groups filter
body:
Hi all,
In my organization we use nested groups.
For a particular usage, we have a group (let’s assume that the group name
“kuku”), and the names of all the nested groups under it contains “kuku” as
well.
We may assume that no other group in the LDAP has “kuku” in the name.
I need to create a filter which will return all the users which belong to
one of the “kuku”s group.
Obviously, using this filter will bring only the head kukus
(&(&(objectclass=user)(objectclass=person))(memberOf=CN=kuku,cn=…rest of the
group DN…))
How can I use wild card to fetch all users which belong to any kuku?
For example:
(&(&(objectclass=user)(objectclass=person))(memberOf=CN=.*kuku.*))
Thanks,
Asi


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Lam-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lam-public

Reply via email to