department=EDI
|
Limits the search to entries
that have the attribute, department, with a value of
EDI. |
department=EDI,group=administrators
|
Limits the search to entries
that must match two attributes. The user must be in the
EDI department and in the
administrators group. |
department=EDI,telephoneNumber=800*
|
Limits search to EDI department
members with a telephone number starting with 800.
|
objectclass=person
|
Limit the search to entries
that are people if the Base DN contains other entries (for example, computers)
and people. |
!(userAccountControl:1.2.840.113556.1.4.803:=2)
|
Excludes disabled accounts -
in Active Directory, if an account is disabled, bit
0x02 in the userAccountControl
attribute value is on. 1.2.840.113556.1.4.803 is the
rule object ID (ruleOID) for the LDAP bitwise AND
operator. |