Remove storage array directory server role mapping
Contributors
Suggest changes
The remove storageArray directoryServer
command removes the defined role mappings for the specified directory server.
Supported Arrays
This command applies to an individual E2800, E5700, EF600 or EF300 storage array. It does not operate on E2700 or E5600 storage arrays.
Roles
To execute this command on an E2800, E5700, EF600, or EF300 storage array, you must have the Security Admin role.
Syntax
remove storageArray directoryServer [domainId] (allGroupDNs | groupDNs=(groupDN1 ... groupDNN))
Parameters
Parameter | Description | ||
---|---|---|---|
|
Allows you to specify the domain, using the domain ID, for which to remove the mapping. |
||
|
Allows you to remove all group Distinguished Name mappings from the domain. |
||
|
Allows you to specify the groups' distinguished name (DN) to be removed.
|
Examples
SMcli -n Array1 -c "remove storageArray directoryServer ["domain1"] groupDNs=("CN=company-distlist,OU=Managed, OU=MyCompanyGroups,DC=hq,DC=mycompany,DC=com");" SMcli -n Array1 -c "remove storageArray directoryServer ["domain1"] allGroupDNs;" SMcli completed successfully.