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

Exit Print View

Updated: November 2016
 
 

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

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

  1. Configure a custom group.
    -> set /SP/clients/ldapssl/customgroups/Xname=distinguished-name
    ->
    

    where:

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

    • distinguished-name (DN) is the name for the custom group that you are configuring.

    For example, to configure custom group 1 and assign it the name techpubs, type:

    -> set /SP/clients/ldapssl/customgroups/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'
    ->
    
  2. Assign a default role to members of the custom group.
    -> set /SP/clients/ldapssl/customgroups/Xroles=role
    ->
    

    where:

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

    • role is the role that you are configuring for the custom group.

    For example, to configure custom group 1 and assign it the service role, type:

     -> set /SP/clients/ldapssl/customgroups/1/ roles=s
    Set 'roles' to 's' [os]
    ->
    

    For the role, you can use the characters of the aucros string to enable the respective abilities. See User Roles and Permissions. Any member of this custom group receives the service role by default.

Related Information