Get_User; Get_User Parameter; Get_User Runtime Errors - HP Integrated Lights-Out User Manual

Hp integrated lights-out user guide
Hide thumbs Also See for HP Integrated Lights-Out:
Table of Contents

Advertisement

280
User Guide Integrated Lights-Out

GET_USER

The GET_USER command will return a local user's information, excluding the
password. The USER_LOGIN parameter must exist in the current user database.
For this command to parse correctly, the command must appear within a
USER_INFO command block, and USER_INFO MODE can be in read or write.
The user must have the administrative privilege to retrieve other user accounts;
else the user can only view their individual account information.
Example:

GET_USER Parameter

USER_LOGIN is the login name of the user account. This parameter is case
sensitive and must never be blank.

GET_USER Runtime Errors

The possible GET_USER error messages include:
User information is open for read-only access. Write access is required for
this operation.
Cannot delete user information for currently logged in user.
User login name was not found.
User login name must not be blank.
User does not have correct privilege for action. ADMIN_PRIV required.
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<USER_INFO MODE="read">
<GET_USER USER_LOGIN="username"/>
</USER_INFO>
</LOGIN>
</RIBCL>
User login name must not be blank.

Advertisement

Table of Contents
loading

Table of Contents