Axis 700 user’s manual appendix b: ldap – Axis Communications Axis Network Scan Server 700 User Manual
Page 80

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
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
(
DWWU! YDOXH!)
(
VQ 6PLWK)
Surnames exactly
equal to Smith.
Approximate
(
DWWU!a YDOXH!)
(
VQa 6PLWW)
Surnames
approximately equal
to Smitt (for
example, that
sounds like Smitt -
note the
misspelling).
Substring
(
DWWU! >OHDGLQJ!
@ >DQ\!@ >WUDLOLQ
J!@)
VQ VPLWK
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
(
DWWU!! YDOXH!)
(sn>=Smith)
Surnames
lexicographically
greater than or equal
to Smith.
Less or equal than
(
DWWU! YDOXH!)
(
VQ 6PLWK)
Surnames
lexicographically
less than or equal to
Smith.
Presence
(
DWWU! )
(
VQ )
All surnames.