HP iLO 3 Scripting and Command Line Guide

</SSO_INFO>
</LOGIN>
</RIBCL>
SSO_INFO is only supported on licensed, iLO 3 v1.05 and later firmware. If iLO 3 is not licensed,
you can still modify these settings. iLO 3 does not return an error. However, any SSO attempt is
rejected if a license is not present. For more information, see the HP iLO User Guide on the HP
website at: http://www.hp.com/go/ilo3 and click More iLO Documentation.
GET_SSO_SETTINGS
The GET_SSO_SETTINGS command is used to retrieve SSO settings for iLO. For this command to
parse correctly, the GET_SSO_SETTINGS command must appear within a SSO_INFO command
block, and SSO_INFO MODE can be set to read or write.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SSO_INFO MODE="read">
<GET_SSO_SETTINGS/>
</SSO_INFO>
</LOGIN>
</RIBCL>
GET_SSO_SETTINGS parameters
None
GET_SSO_SETTINGS return messages
The following is an example of an SSO settings response from a configured iLO device. There are
0 or more SSO_SERVER records reflecting the number of stored server records in each.
<GET_SSO_SETTINGS>
<TRUST_MODE VALUE="CERTIFICATE" />
<USER_ROLE LOGIN_PRIV="Y" />
<USER_ROLE REMOTE_CONS_PRIV="N" />
<USER_ROLE RESET_SERVER_PRIV="N" />
<USER_ROLE VIRTUAL_MEDIA_PRIV="N" />
<USER_ROLE CONFIG_ILO_PRIV="N" />
<USER_ROLE ADMIN_PRIV="N" />
<OPERATOR_ROLE LOGIN_PRIV="Y" />
<OPERATOR_ROLE REMOTE_CONS_PRIV="Y" />
<OPERATOR_ROLE RESET_SERVER_PRIV="Y" />
<OPERATOR_ROLE VIRTUAL_MEDIA_PRIV="Y" />
<OPERATOR_ROLE CONFIG_ILO_PRIV="N" />
<OPERATOR_ROLE ADMIN_PRIV="N" />
<ADMINISTRATOR_ROLE LOGIN_PRIV="Y" />
<ADMINISTRATOR_ROLE REMOTE_CONS_PRIV="Y" />
<ADMINISTRATOR_ROLE RESET_SERVER_PRIV="Y" />
<ADMINISTRATOR_ROLE VIRTUAL_MEDIA_PRIV="Y" />
<ADMINISTRATOR_ROLE CONFIG_ILO_PRIV="Y" />
<ADMINISTRATOR_ROLE ADMIN_PRIV="Y" />
<SSO_SERVER INDEX="0"
ISSUED_TO="viv.hp.com"
ISSUED_BY="viv.hp.com"
VALID_FROM="061108192059Z"
VALID_UNTIL="161108192059Z">
-----BEGIN CERTIFICATE-----
.
.
SSO_INFO 145