Go to main content

Oracle® ILOM Protocol Management Reference for SNMP and IPMI Firmware Release 3.2.x

Exit Print View

Updated: January 2017
 
 

Configure Single Sign On

Single Sign On is a convenient authentication service that reduces the number of times you need to enter a password to gain access to Oracle ILOM. Single Sign On is enabled by default. As with any authentication service, authentication credentials are passed over the network. If you do not want this, consider disabling the Single Sign On authentication service.


Note -  You can use the set command to configure Single Sign On MIB object settings. For a description of the MIB object used in this procedure, see the table that follows the procedure.
  1. Log in to a host that has an SNMP tool and the Oracle ILOM MIBs installed. For example, type:

    ssh username@snmp_manager_ipaddress

    Password: password

  2. To ena ble Single Sign On, type:

    ilomCtrlSingleSignonEnabled.0 i 1

    For example:

    % snmpset SNMP_agent ilomCtrlSingleSignonEnabled.0 i 1
    

    The following table describes the Single Sign On SNMP MIB object.

    MIB Object
    Description
    Allowed Values
    Type
    Default
    ilomCtrlSingle
    SignonEnabled
    Specifies whether Single Sign On (SSO) authentication should be enabled on the device. SSO allows tokens to be passed so that it is not necessary to re-enter passwords between different applications. This allows SSO between the system controller (SC) web interface and the service processor (SP) web interface, between the SC command-line interface and the SP command-line interface, and between the SC and SP interfaces and the Java Remote Console application.
    true(1),
    false(2)
    Integer
    None