beautypg.com

Grandstream GXV3275 LDAP Book Guide User Manual

Page 7

background image

GXV3275 LDAP User Guide

Page 6 of 22

LDAP
Name
Attributes

Specify the "name" attributes of each record
which are returned in the LDAP search
result. This field allows users to configure
multiple name attributes separated by space.

cn sn

CallerIDName FirstName LastName

LDAP
Number
Attributes

Specify the "number" attributes of each
record which are returned in the LDAP
search result. It allows the users to configure
multiple number attributes separated by
space.

telephoneNumber

telephoneNumber Mobile sipAccount

LDAP Mail
Attributes

Specify the "mail" attributes of each record
which are returned in the LDAP search
result.

mail

LDAP
Name Filter

This is the filter used for name lookups.

Special characters:

* - Any characters

% - The entered string is used as prefix

(|(cn=%)(sn=%))
This returns all the records which
have the "cn" or "sn" field starting with
the entered searching key words.

(&(cn=%) (telephoneNumber=*))
This returns all the records with the
"cn" field starting with the entered
searching key words and
"telephoneNumber" field set.

(!(sn=%))
This returns all the records which do
not have the "sn" field starting with
the entered searching key words.

(CallerIDName=%)
This returns all the records which
have the "CallerIDName" field starting
with the entered searching key words.

LDAP
Number
Filter

This is the filter used for number lookups.


Special characters:

* - Any characters

% - The entered string is used as prefix

(|(telephoneNumber=%)(Mobile=%)
This returns all the records which
have the "telephoneNumber" or
"Mobile" field starting with the entered
searching number.

(&(telephoneNumber=%) (Mobile=*))
This returns all the records which
have the "telephoneNumber" field
starting with the entered searching
number and "Mobile" field set.

(sipAccount=%)
This returns all the records which
have the "sipAccount" field starting
with the entered searching number.