620 Series IPPhone
www.ultrative.com/
Ultrative Communication Co.,Ltd
Returns all LDAP records which “do not” have the “cn” field starting with the entered
prefix.
3.2.2 LDAP Number Filter
Description: 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.
Valid Values: Standard LDAP filters e.g.
(|(telephoneNumber=%s)(Mobile=%s)(ipPhone=%s))
Default Value: <blank>
Examples:
¢
(|(telephoneNumber=%s)(Mobile=%s)(ipPhone=%s))
Returns all LDAP records which have the “telephoneNumber” or “Mobile” or
“ipPhone”field starting with the entered prefix.
¢
(&(telephoneNumber=%s)(sn=*))
Returns all LDAP records which have the “sn” field set and the
“telephoneNumber” field starts with the entered prefix.
3.2.3 Server Address
Description: This setting refers to the DNS name or IP address of the LDAP server.
Default Value: 0.0.0.0
Example:
¢
192.168.1.100
¢
ldap.company.com
3.2.4 Port
Description: This setting specifies the LDAP server port.
Default Value: 389
3.2.5 Base
Description: This setting specifies the LDAP search base (the distinguished name of
the search base object) which corresponds to the location in the directory from
which the LDAP search is requested to begin. The search base narrows
the search scope and decreases directory lookup time. If you have
multiple organizational units in your directory (for example, OU=Sales in
O=COMPANY and OU=Development in O=COMPANY), but the "OU=Sales"
organization never uses AOL AIM, you can restrict the lookup to the
OU=Development subtree only by entering providing the following search base:
OU=Development, O=COMPANY. Other examples see below.