Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Configure an LDAP over SSL Administrator Group (Oracle ILOM CLI)

The switch supports administrator groups for LDAP over SSL environments. For information about configuring administrator groups, see LDAP over SSL Groups (Oracle ILOM CLI).

  • Configure an LDAP over SSL administrator group.
    -> set /SP/clients/ldapssl/admingroups/X distinguished-name
    ->
    

    where:

    • X is a number from 1 to 5 for the admin group.

    • distinguished-name (DN) is a comma separated list consisting of the elements in the DN.

    For example, to configure admin group 1 with an LDAP over SSL DN for technical writers, you would type:

    -> set /SP/clients/ldapssl/admingroups/1/ name=CN=SpAdmin,OU=Techniques,DC=techpubs,DC=companyq,DC=com
    Set 'name' to 'CN=SpAdmin,OU=Techniques,DC=techpubs,DC=companyq,DC=com'
    ->
    

    The individual elements in the DN must match the one of the groups configured on the LDAP over SSL server. Any member of the LDAP over SSL group will get the administrator role by default.

Related Information