Reference Guide  234  Document #: LTRT-17939 
  Mediant MSBR 
Command  Description 
queries) using TLS when sending them to the LDAP 
server.  
verify-certificate 
Enables certificate verification when the connection 
with the LDAP server uses TLS. 
Command Mode 
Privileged User 
Example 
This example configures an LDAP server with IP address 10.15.7.8 and password "itsp1234":  
(config-system)# ldap ldap-configuration 0 
(ldap-configuration-0)# server-ip 10.15.7.8 
(ldap-configuration-0)# password itsp1234 
 
18.1.1  ldap ldap-servers-search-dns 
This command configures the LDAP Search DN table, which lets you define LDAP base paths 
per LDAP Servers table. 
Syntax 
(config-system)# ldap ldap-configuration <Index> 
(ldap-configuration-<Index>)# ldap-servers-search-dns <Index> 
(ldap-servers-search-dns-<Index>/<Index>)#  
 
Command  Description 
Index  Defines the table row index. 
Defines the base path Distinguished Name (DN). 
Command Mode 
Privileged User 
Example 
This example configures the LDAP base path "OU=NY,DC=OCSR2,DC=local": 
(config-system)# ldap ldap-configuration 0 
(ldap-configuration-0)# ldap-servers-search-dns 1 
(ldap-servers-search-dns-0/1)# base-path OU=NY,DC=OCSR2,DC=local