01 September 2015

LDAP syntax filters


=
Equality
>=
Greater than or equal to (lexicographical)
<=
Less than or equal to (lexicographical)
&
AND, all conditions must be met
|
OR, any of the conditions must be met
!
NOT, the clause must evaluate to False


all user object filter:  (&(objectCategory=person)(objectClass=user)) 

a more efficient all user object filter: (sAMAccountType=805306368)

No comments:

Post a Comment