Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Find all users in the domain group All Staff.

Tipinfo
icontitlefalseExample

(&(objectCategory=user)(memberOf=CN=All Staff,OU=Operations,DC=companyabc,DC=com))

 

Find all users in the group All Staff, including those in nested groups. This uses the LDAP_MATCHING_RULE_IN_CHAIN matching rule OID.

Tipinfo
icontitlefalseExample

(&(|(objectCategory=person))(memberof:1.2.840.113556.1.4.1941:=CN=All Staff,OU=Operations,DC=companyabc,DC=com))

 

Find all users and groups in All Staff, including those in nested groups.

Tipinfo
icontitlefalseExample

(&(|(objectCategory=person)(objectCategory=group))(memberof:1.2.840.113556.1.4.1941:=CN=All Staff,OU=Operations,DC=companyabc,DC=com))

 

The default Arellia DSS query:

Tipinfo
icontitlefalseExample

(|(objectClass=computer)(objectClass=user)(objectClass=group)(objectClass=groupPolicyContainer))

 

Anchor
How To Use DSS
How To Use DSS