Go to main content

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

Exit Print View

Updated: January 2017
 
 

Manage LDAP/SSL User Domain


Note -  You can use the get and set commands to configure the LDAP/SSL User Domain settings. For a description of the MIB objects 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. Refer to the following SNMP command examples:
    • To view the name of LDAP/SSL user domain ID number 3, type:
      % snmpget SNMP_agent
      ilomCtrlLdapSslUserDomain.3
      SUN-ILOM-CONTROL-MIB::ilomCtrlLdapSslUserDomain.3 = STRING: CN=
      <USERNAME>,CN=Users,DC=davidc,DC=example,DC=oracle,DC=com
      
    • To set the name of LDAP/SSL user domain ID number 3 to CN=<USERNAME>, CN=Users,DC=tomp,DC=example,DC=oracle,DC=com, type:
      % snmpset SNMP_agent 
      ilomCtrlLdapSslUserDomain.3 s CN=<USERNAME>,CN=Users,DC=tomp,DC=
      example,DC=oracle,DC=com
      SUN-ILOM-CONTROL-MIB::ilomCtrlLdapSslUserDomain.3 = STRING: CN=
      <USERNAME>,CN=Users,DC=tomp,DC=example,DC=oracle,DC=com
      % snmpget SNMP_agent
      ilomCtrlLdapSslUserDomain.3
      SUN-ILOM-CONTROL-MIB::ilomCtrlLdapSslUserDomain.3 = STRING: CN=
      <USERNAME>,CN=Users,DC=tomp,DC=example,DC=oracle,DC=com
      

      The following table describes the LDAP/SSL User Domain SNMP MIB objects.

      MIB Object
      Description
      Allowed Values
      Type
      Default
      ilomCtrlLdapSslUs erDomainId
      An integer identifier of the LDAP/SSL domain.
      1 to 5

      Note -  This object is not accessible for reading or writing.

      Integer
      None
      ilomCtrlLdapSslUs erDomain
      This string should exactly match with an authentication domain on the LDAP/SSL server. This string should contain a substitution string (<USERNAME>), which will be replaced with the user's login name during authentication. Either the principle or Distinguished Name format is allowed.
      name (maximum of 255 characters)
      String
      None