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

Exit Print View

Updated: November 2016
 
 

Configure an AD Custom Group (Oracle ILOM CLI)

The switch supports AD custom groups. For information about configuring custom groups, see AD Groups (Oracle ILOM CLI).

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

    where:

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

    • name 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/activedirectory/customgroups/1/ name=techpubs
    Set 'name' to 'techpubs'
    ->
    
  2. Assign a default role to members of the custom group.
    -> set /SP/clients/activedirectory/customgroups/X roles=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/activedirectory/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