Configuring a Connection Between the Redirect Server and the Directory (SRC CLI)
Use the following configuration statements to configure a connection between the redirect server and the directory:
To configure a connection between the redirect server and the directory:
From configuration mode, access the configuration statement that configures the connection.
user@host# edit redirect-server ldapList the URLs for directories employed by the redirect server.
[edit redirect-server ldap]user@host# set url urlFor each URL, use the format:
ldap://<host>:<portNumber>
where <host> is the IP address or hostname of the directory host and <portNumber> is the TCP port
Specify the DN that the redirect server uses to authorize connections to the directory.
[edit redirect-server ldap]user@host# set bind-dn bind-dnThe DN must have authorization to read from o=network, o=umc in the directory.
Specify the password that the redirect server uses to bind to the directory.
[edit redirect-server ldap]user@host# set bind-password bind-passwordSpecify the base DN that is the root of the directory tree.
[edit redirect-server ldap]user@host# set base-dn base-dn