Hello, I'd like to know if it's correct to retrieve several entries from a directory in one LDAP query based on the DN. I have several group DN: cn=marketing,ou=Groups,dc=example,dc=com cn=sales,ou=Groups,dc=example,dc=com And I'd like to get the entries of all DN in only one query (I actually want to get all the members of these groups).
Is it correct/possible to do this or do I have to run one query per DN ? Thanks, Manuel
