Axis Communications 700 Server User Manual


 
AXIS 700 User’s Manual Appendix B: LDAP 79
The attribute types are used to create search filters. There are six types
of basic search filters and the syntax of the filters is in the
<attribute><operator><value> format. Complex search filters can
easily be constructed by combining these basic search filters and other
complex filters using the Boolean operations AND, OR and NOT.
The six basic filter components are presented in the table belo:
Filter Type Format Example Matches
Equality (
)( ) Surnames exactly
equal to Smith.
Approximate (
)( ) Surnames
approximately equal
to Smitt (for
example, that
sounds like Smitt -
note the
misspelling).
Substring (
)
Surnames
containing the string
“smith”.
(sn=smith*) Surnames starting
with “smith”.
(sn=*smith) Surnames ending
with “smith”.
(sn=s*mi*th) Surnames starting
with “s”, containing
“mi” and ending
with “th”.
Greater than or
equal
(
) (sn>=Smith) Surnames
lexicographically
greater than or equal
to Smith.
Less or equal than (
)( ) Surnames
lexicographically
less than or equal to
Smith.
Presence (
)() All surnames.