[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuring a Connection Between the Redirect Server and the Directory with the SRC CLI

Use the following configuration statements to configure a connection between the redirect server and the directory:

redirect-server ldap { 

    url url; 

    bind-dn bind-dn; 

    bind-password bind-password; 

    base-dn base-dn; 

}

To configure a connection between the redirect server and the directory:

  1. From configuration mode, access the configuration statement that configures the connection.
  2. user@host# edit redirect-server ldap
    
    
    
  3. List the URLs for directories employed by the redirect server.
  4. [edit redirect-server ldap]
    
    user@host# set url url
    
    
    

For 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

  1. Specify the DN that the redirect server uses to authorize connections to the directory.
  2. [edit redirect-server ldap]
    
    user@host# set bind-dn bind-dn
    
    
    

The DN must have authorization to read from o=network, o=umc in the directory.

  1. Specify the password that the redirect server uses to bind to the directory.
  2. [edit redirect-server ldap]
    
    user@host# set bind-password bind-password
    
    
    
  3. Specify the base DN that is the root of the directory tree.
  4. [edit redirect-server ldap]
    
    user@host# set base-dn base-dn 
    
    
    

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]