MOD_USER

The MOD_USER command is used to modify an existing local user’s information. You are not required to enter any of the fields except for the first one, which specifies which user to modify. If any parameter does not need to be modified, you should omit it. MOD_USER must be displayed within a USER_INFO parameter, and USER_INFO must be in write mode. The user login name used to gain access cannot be modified.

Example:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="adminname" PASSWORD="password">

<USER_INFO MODE="write">

<MOD_USER USER_LOGIN="loginname"> <USER_NAME value="username"/> <PASSWORD value="password"/> <ADMIN_PRIV value="No"/> <LOGIN_PRIV value="Yes"/> <REMOTE_CONS_PRIV value="Yes"/> <RESET_SERVER_PRIV value="No"/> <CONFIG_RILO_PRIV value="Yes"/> <VIRTUAL_MEDIA_PRIV value="No"/> <CLIENT_IP value="255.255.255.255"/>

</MOD_USER>

</USER_INFO>

</LOGIN>

</RIBCL>

MOD_USER Parameters

USER_LOGIN is the name that the user types to log in to the RILOE II. The USER_LOGIN parameter has a maximum length of 40 characters, can be an ASCII string containing any combination of printable characters, and is case sensitive. The USER_LOGIN parameter must never be blank.

NOTE: If the following parameters are not specified, then the parameter value for the specified user is not changed.

USER_NAME is the actual name of the user. The USER_NAME parameter has a maximum length of 40 characters and can be any ASCII string containing printable characters, including white spaces. This string is used for display only and must never be blank.

PASSWORD is the password that will be associated with the user. This parameter has a minimum length of 8 characters, a maximum length of 40 characters, and is an ASCII string that may contain any combination of printable characters. The PASSWORD parameter cannot contain both single and double quote characters. This parameter is case sensitive and must never be blank.

ADMIN_PRIV is a Boolean parameter that allows the user to administer user accounts. The user can modify their account settings, modify other user account settings, add users, and delete users. Leaving out this parameter prevents the user from adding, deleting, or configuring accounts.

LOGIN_PRIV is a Boolean parameter that allows the user to log in to the RILOE II and use resources such as Web pages. Marking this parameter with a "No" value or leaving out this parameter effectively disables the account without deleting it.

Scripting, command line, and utility options 145