active directory - AD filter for ObjectClass user and group simultaneously -
i want given ad user description fields of memberof groups.
i able memberof groups following filter:
"(&(objectclass=user)(samaccountname=given_user)" memberof and able descriptions groups with:
"(objectclass=group)" description i have tried, no success, combine both filters like:
"(&(objectclass=user)(objectclass=group)(samaccountname=given_user)" i think possible expected output kind of post-processing of information given both filters, but, possible achieve directly filter?
Comments
Post a Comment