Hi Experts,
I am moderately acquainted with the general syntax of LDAP search queries. However I don't seem to get my hands around how to do an LDAP search for entries that have two or more attributes of a certain name.
Take as an example the mini-LDIF in the code-snippet section. The user John Doe has two rights, namely "user" and "employer". It isn't hard to find any person with user and employer rights:
(&(right=user)(right=emplo
yer))
however, I would like to find all users with two rights or more. One right would be easy:
(right=*)
but that is not enough. Is there a way to query an LDAP directory for all persons that have two or more rights (or any other attribute for that matter)?
Any help is greatly appreciated.
Cheers,
-- Abel --
Start Free Trial