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


Initial Configuration

Use this procedure to enable authentication through the LDAP directories. The SDX application requires that the LDAP be enabled as an external database. The LDAP host is used for authentication purposes.



Note: The LDAP is not required for integration with just the E-series router.

To enable an LDAP host as an external database used by Steel-Belted Radius/SPE.

  1. Log in as root.
  2. Return to the working directory (directory where the installation files were originally copied; for example, /tmp/funk).
  3. Unconfigure the initial configuration of Steel-Belted Radius/SPE by running install.sh script with the -unconfig option. The server directory must be entered.
# sh install.sh -unconfig
Enter server directory [<working-directory>/radius]: 
/opt/UMC/SPE
Removing  /etc/rc2.d/S90radius /etc/rc2.d/K90radius
Removing RADIUS entries from /etc/services
Removing RADIUS entries from /etc/inetd.conf
kill -HUP 124
Unconfig completed.
  1. Configure Steel-Belted Radius/SPE with the external database by executing install.sh with the -config option. The server directory must be entered again. In addition, LDAP must be selected as the external database, and the path /opt/UMC/SPE must be entered where the LDAP libraries are located. In the following example, no SNMP support is configured (see the Steel-Belted Radius/SPE manuals for more information about SNMP support).
# sh install.sh -config
Enter server directory [[<working-directory>/radius]: 
/opt/UMC/SPE
Creating S90radius.
Setting the default radius directory /opt/UMC/SPE
Do you want to configure SNMP? [n]: n
Do you want to configure for use with External SQL 
Databases? [n]: n
Do you want to configure LDAP? [n]: y
Enter path for LDAP library files. [/usr/lib/]: /opt/UMC/SPE
Configuration of LDAP complete. Copying S90radius to 
/opt/UMC/SPE
Creating link.
Radius server configuration completed. Configuring admin...
Modifying  /etc/services  ... 
Modifying  /etc/inetd.conf  ... 
kill -HUP 133
Admin configuration completed.
  1. Copy the most recent dictionary and vendor files (dictiona.dcm, juniper.dct and vendor.ini) shipped by Juniper Networks, into the installation directory (/opt/UMC/SPE).

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