User guide

Remote Insight Board Command Language C-5
LOGIN Errors
The possible LOGIN error messages include:
User login name was not found.
Password must not be blank.
USER_INFO
This command may only display within a LOGIN command. When the
Remote Insight Lights-Out Board parses this command, it reads the user
information database into memory and gets ready to edit it. Only commands
that are USER_INFO type commands are valid inside the USER_INFO block.
The USER_INFO command generates a response that indicates to the host
application whether the user information was successfully read or not. If the
user information is open for writing by another application, then this call will
fail.
Example:
<USER_INFO MODE = “write”>
</USER_INFO>
LOGIN Parameters
MODE tells the Remote Insight Lights-Out Edition board what you intend to
do with the user information. MODE has a maximum length of 10 characters.
Valid arguments are “read,” “write,” “r,” and “w.” These arguments are not
case sensitive. Write mode enables reading and writing, and other users cannot
open the user information. Read mode enables several users to open the user
information, but the users cannot change any user data.
USER_INFO Errors
A possible USER_INFO error message is:
Mode parameter must not be blank.