HP iLO 4 Scripting and Command Line Guide

<!-- iLO 4 - All versions. -->
<!-- iLO 3 - All versions. -->
<!-- iLO 2 - Version 1.10 or later. -->
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="admin" PASSWORD="admin123">
<DIR_INFO MODE = "write">
<MOD_DIR_CONFIG>
<DIR_ENABLE_GRP_ACCT value = "Yes"/>
<DIR_GRPACCT1_NAME value = "test1"/>
<DIR_GRPACCT1_PRIV value = "3,4,5"/>
<!-- Firmware support information for next tag: -->
<!-- iLO 4 - All versions. -->
<!-- iLO 3 - Version 1.20 or later only -->
<DIR_GRPACCT1_SID value= "S-1-0"/>
<DIR_GRPACCT2_NAME value = "test2"/>
<DIR_GRPACCT2_PRIV value = "2,3,5"/>
<!-- Firmware support information for next tag: -->
<!-- iLO 4 - All versions. -->
<!-- iLO 3 - Version 1.20 or later only -->
<DIR_GRPACCT2_SID value= "S-2-0"/>
<DIR_GRPACCT3_NAME value = "test3"/>
<DIR_GRPACCT3_PRIV value = "1,3,4"/>
<!-- Firmware support information for next tag: -->
<!-- iLO 4 - All versions. -->
<!-- iLO 3 - Version 1.20 or later only -->
<DIR_GRPACCT3_SID value= "S-3-0"/>
<DIR_GRPACCT4_NAME value = "test4"/>
<DIR_GRPACCT4_PRIV value = "3,6"/>
<!-- Firmware support information for next tag: -->
<!-- iLO 4 - All versions. -->
<!-- iLO 3 - Version 1.20 or later only -->
<DIR_GRPACCT4_SID value= "S-4-0"/>
<DIR_GRPACCT5_NAME value = "test5"/>
<DIR_GRPACCT5_PRIV value = "2,3"/>
<!-- Firmware support information for next tag: -->
<!-- iLO 4 - All versions. -->
<!-- iLO 3 - Version 1.20 or later only -->
<DIR_GRPACCT5_SID value= "S-5-0"/>
<DIR_GRPACCT6_NAME value = "test6"/>
<DIR_GRPACCT6_PRIV value = "1,3,4,6"/>
<!-- Firmware support information for next tag: -->
<!-- iLO 4 - All versions. -->
<!-- iLO 3 - Version 1.20 or later only -->
<DIR_GRPACCT6_SID value= "S-6-0"/>
<!-- alternative method for ilo3/4 only -->
<!-- <DIR_GRPACCT INDEX="1"> -->
<!-- <NAME VALUE="string"/> -->
<!-- <SID VALUE="S-1-0"/> -->
<!-- <LOGIN_PRIV VALUE="Y"/> -->
<!-- </DIR_GRPACCT> -->
</MOD_DIR_CONFIG>
</DIR_INFO>
</LOGIN>
</RIBCL>
MOD_DIR_CONFIG parameters
All of the following parameters are optional. If a parameter is not specified, then the parameter
value for the specified setting is preserved.
DIR_AUTHENTICATION_ENABLED enables or disables directory authentication. The possible
values are Yes and No.
DIR_INFO 143