access: Managers
Updates the login information (password and/or group) for the user:
access update user {-u | --user} USER
{-p | --password} PASSWORD {-g | --group} GROUP
| Argument | Description |
|---|---|
{-u | --user} |
The name of the user to update. |
{-p | --password} |
The user's new password. The -p and -g options are optional but you must specify at least one. |
{-g | --group} |
The new group to which to reassign to the user. The -p and -g options are optional but you must specify at least one. |
The -p and -g arguments are optional but you must specify at least one.
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. |
| 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_NotFound | 5 | Specified user was not found. |
| NWSE_NoPermission | 6 | Not authorized to perform this operation. Cannot remove last user manager account. |