access: Managers
Maps an existing site-specified group name (the directory services group) to one of the standard administrative groups:
access map {-d | --dsgroup} DIRECTORY-SERVICES-GROUP
{-g | --group} LOCAL-GROUP {-v | --verify}
| Argument | Description |
|---|---|
| {-d | --dsgroup} | The name of the directory services group for which you want to map to a standard administrative group. |
| {-g | --group} | The name of the standard administrative group to which you want to map to the directory services group. |
| {-v | --verify} | Verifies the group existence. |
Return Codes
Following are the return values for this command:
| Code | Numeric Code | Description |
|---|---|---|
| NWSE_Success | 0 | Command successfully completed. |
| NWSE_InvalidUsage | 1 | Invalid usage: bad parameter usage, conflicting options specified. The group specified with -g is an invalid local SP administrative group. |
| NWSE_RPCTimeout | 2 | Request was issued, but was not serviced by the server. RPC procedure timed out and the request may or may not have been serviced by the server. |
| NWSE_RPCNotConnected | 3 | Unable to connect to the RPC server. |
| NWSE_InvalidArgument | 4 | One or more arguments were incorrect or invalid. The local group is not valid. |
| NWSE_NotFound | 5 | The specified directory services group was not found. |
| NWSE_NoPermission | 6 | Not authorized to perform this operation. |
| NWSE_InvalidOpForState | 22 | Invalid operation for current state. Could not verify group; directory services is not active. |