User's Manual 680 Document #: LTRT-68822
Mediant 2000
45.13 LDAP Parameters
The Lightweight Directory Access Protocol (LDAP) parameters are described in the table
below. For more information on routing based on LDAP, see 'Routing Based on LDAP
Active Directory Queries' on page 183.
LDAP Parameters
Parameter Description
Web: LDAP Service
[LDAPServiceEnable]
Enables the LDAP feature.
ï‚§ [0] Disable (default)
ï‚§ [1] Enable
Note: For this parameter to take effect, a device reset is required.
Web: LDAP Server IP
EMS: Server Ip
[LDAPServerIP]
Defines the LDAP server's address as an IP address (in dotted-
decimal notation, e.g., 192.10.1.255).
The default is 0.0.0.0.
Web: LDAP Server Port
EMS: Server Port
[LDAPServerPort]
Defines the LDAP server's port number.
The valid value range is 0 to 65535. The default port number is 389.
Web: LDAP Server
Domain Name
EMS: Server Domain
Name
[LDAPServerDomainNam
e]
Defines the host name (FQDN) of the LDAP server. The device tries
to connect to the LDAP server according to the IP address list
received in the DNS query. If there is no connection to the LDAP
server or the connection to the LDAP server fails, the device tries to
connect to the LDAP server with the next IP address in the DNS
query list.
Note: The 'LDAP Server IP' parameter takes precedence over this
parameter. Thus, if you want to use an FQDN, keep the 'LDAP
Server IP' parameter empty.
Web: LDAP Password
EMS: Password
[LDAPPassword]
Defines the LDAP server's user password.
Web: LDAP Bind DN
EMS: Bind DN
[LDAPBindDN]
Defines the LDAP server's bind Distinguished Name (DN). This is
used as the username during connection and binding to the server.
For example: LDAPBindDN = "CN=Search
user,OU=Labs,DC=OCSR2,DC=local"
Note: The DN is used to uniquely name an Active Directory object.
Web: LDAP Search Dn
EMS: Search DN
[LDAPSearchDN]
Defines up to three search DNs for LDAP search queries. These are
the DN subtrees where the search is done. This parameter is
mandatory for the search.
The format of this parameter is as follows:
[LdapSearchDNs ]
FORMAT LdapSearchDNs_Index = LdapSearchDNs_Base_Path;
[ \LdapSearchDNs ]
For example:
LdapSearchDNs 0 = "CN=Search
user,OU=NY,DC=OCSR2,DC=local";
LdapSearchDNs 1 = "CN=Search
user,OU=SF,DC=OCSR2,DC=local";
In this example, the DN path is defined by the LDAP names, cn
(common name), ou (organizational unit) and dc (domain
component).