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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -