3.2A
tt
r
i
bu
t
es o
n
Escene
C
o
n
fig
u
r
e
d
P
a
ge
3.2.1
L
DA
P
N
a
m
e
F
il
t
e
r
Desc
r
i
p
t
io
n
:
LDAP name filter is the search criteria for name look ups. The format
of the search filter is compliant to
the standard string representations of LDAP search filters (RFC 2254). The name
prefix for search entered by the user
is represented by the “%” symbol in the filter.
V
a
li
d
V
a
l
u
es
:
Standard LDAP filters e.g. (&(sn=%)(telephoneNumber=%s))
Def
au
l
t
V
a
l
u
e
:
<blank>
E
x
a
m
p
les
:
¢
(&(telephoneNumber=%s)(sn=%))
Returns all LDAP records which have the “telephoneNumber” field set
and the “sn” field starts with the entered prefix.
¢
(|(cn=%s)(sn=%s))
Returns all LDAP records which have the “cn” or “sn” field starting with the
entered prefix.
¢
(!(cn=%s))
Returns all LDAP records which “do not” have the “cn” field starting with the
entered prefix.
3.2.2
L
DA
P
N
u
m
b
e
r
F
il
t
e
r
Desc
r
i
p
t
io
n
:
LDAP number filter is the search criteria for number look ups. The
format of the search filter is compliant to the standard string representations of
LDAP search filters (RFC 2254). The number prefix for search entered by the user
is represented by the “%” symbol in the filter.
V
a
li
d
V
a
l
u
es
:
Standard LDAP filters e.g.
(|(telephoneNumber=%s)(Mobile=%s)(ipPhone=%s))
Def
au
l
t
V
a
l
u
e
:
<blank>
E
x
a
m
p
les
:
¢
(|(telephoneNumber=%s)(Mobile=%s)(ipPhone=%s))