Yealink Forums

Full Version: Enable LDAP Directory Look Up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to enable LDAP directory via provisioning.
Is there a option to enable LDAP?

Vai UI Directory->Settings i am able to add LDAP .
Is ther a parameter which can be included in Config file.


ldap.enable=1 dosn't work.

Using T-21 Models
1. Enable the LDAP feature,
yes,ldap.enable = 1 is enable the LDAP phonebook but you also need configure the server and related informaiton to make the feature work, so please configure other items to enabled the feature as well. like below,
################################################################################​#######
## LDAP(Except T19P/T20P Models) ##
################################################################################​#######
##It enables or disables LDAP feature.0-Disabled,1-Enabled.
##The default value is 0.
ldap.enable =

##It configures the criteria for searching the contact name attributes.
##Example:ldap.name_filter = (|(cn=%)(sn=%)).
##The default value is blank.
ldap.name_filter =

##It configures the criteria for searching the contact number attributes.
##Example:ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(ipPhone=%))
##The default value is blank.
ldap.number_filter =

##It configures the IP address or domain name of the LDAP server.
##The default value is blank.
ldap.host =

##It configures the port of the LDAP server.
##The default value is 389.Integer from 1 to 65535.
ldap.port =

##It configures the LDAP search base which corresponds to the location of the LDAP phonebook.
##Example:ldap.base = dc=yealink,dc=cn.
##The default value is blank.
ldap.base =

##It configures the user name for accessing the LDAP server.
##The default value is blank.
ldap.user =

##It configures the password for accessing the LDAP server.
##The default value is blank.
ldap.password =

##It configures the maximum of the search results returned by the LDAP server to be displayed.
##The default value is 50.Integer from 1 to 32000.
ldap.max_hits =

##It configures the name attributes of each record to be returned by the LDAP server.
##Multiple attributes are separated by spaces.Example:ldap.name_attr =sn cn.
##The default value is blank.
ldap.name_attr =

##It configures the number attributes of each record to be returned by the LDAP server.
##Multiple attributes are separated by spaces.Example:ldap.numb_attr = Mobile ipPhone.
##The default value is blank.
ldap.numb_attr =

##It configures the display name of the contact record displayed on the LCD screen. The value of this parameter must start with “%” symbol.
##Example:ldap.display_name = %cn
##The default value is blank.
ldap.display_name =

##It configures the LDAP version.
##The default value is 3.
ldap.version =

##It enables or disables the phone to perform an LDAP search when receiving an incoming call.
##0-Disabled,1-Enabled.
##The default value is 0.
ldap.call_in_lookup =

##It enables or disables the phone to sort the search results in alphabetical order or numerical order.
##0-Disabled,1-Enabled.
##The default value is 0.
ldap.ldap_sort =

2. you can configure the LDAP feature in the Directory by below syntax.
directory_setting.url =
for example , http://10.2.5.135:8080/T2X/favorite_setting.xml

<item id_name="ldap" display_name="LDAP" priority="5" enable="1" />


you can download the file from yealink website.
http://www.yealink.com/SupportDownloadfi...3&flag=142 item :
Yealink T19P/T2XP/T4X AutoProvisioning Template_V72

please help try and let us know if any question and we use the latest version 34.72.0.75 which you can download it from below yealink website. so please use the latest version to test as well.
http://www.yealink.com/SupportDownloadfi...3&flag=142
Thank you so much.

directory_setting.url is what i needed.
Reference URL's