Previous Topic

Next Topic

DELETE_CURRENT_USER

The DELETE_CURRENT_USER command is used to remove the user account defined by the USER_LOGIN attribute. 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 must be set to write. The user must have the administrative privilege.

This command is intended for customers who desire to delete all user accounts on iLO 3.

Example:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="adminname"

PASSWORD="password">

<USER_INFO MODE="write">

<DELETE_CURRENT_USER/>

</USER_INFO>

</LOGIN>

</RIBCL>