HP iLO 3 Scripting and Command Line Guide
</RIBCL>
NOTE: To modify only the kerberos authentication, start with the sample script
Mod_Kerberos_Config.xml.
NOTE: Do not use the following tags when using directory integration with schema extension:
• DIR_ENABLE_GRP_ACCT
• DIR_GRPACCT1_NAME
• DIR_GRPACCT1_PRIV
Do not use the following tags when using schema-free directories:
• DIR_OBJECT_DN
• DIR_OBJECT_PASSWORD
Schemaless directory example (MOD_SCHEMALESS_DIR.XML)
<!-- RIBCL Sample Script for HP Lights-Out Products -->
<!--Copyright (c) 2003,2011 Hewlett-Packard Development Company, L.P.-->
<!-- Description: This is a sample XML script to modify the current -->
<!-- schemaless directory configuration on following -->
<!-- device: -->
<!-- Integrated Lights-Out 4 (iLO 4) -->
<!-- Integrated Lights-Out 3 (iLO 3) -->
<!-- Integrated Lights-Out 2 (iLO 2) -->
<!-- NOTE: You will need to replace the USER_LOGIN and PASSWORD -->
<!-- values with values that are appropriate for your -->
<!-- environment. -->
<!-- NOTE: Run Mod_directory.xml to enable Directory login, -->
<!-- And to set the directory server address. -->
<!-- The Privilege values are: -->
<!-- 1 = Administer User Accounts -->
<!-- 2 = Remote Console Access -->
<!-- 3 = Virtual Power and Reset -->
<!-- 4 = Virtual Media -->
<!-- 5 = Configure iLO settings -->
<!-- 6 = Login Privilege -->
<!-- Values "6" is supported by iLO 3 and iLO 4 -->
<!-- firmware only. -->
<!-- This script was written for iLO 3 firmware version 1.20 -->
<!-- release. -->
<!-- See "HP Integrated Lights-Out Management Processor -->
<!-- Scripting and Command Line Resource Guide" for more -->
<!-- information on scripting and the syntax of the RIBCL -->
<!-- XML. -->
<!-- Firmware support information for this script: -->
<!-- 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. -->
DIR_INFO 111










