HP iLO 3 Scripting and Command Line Guide

directory integration and existing schemas. See MOD_SCHEMALESS_DIRECTORY.XML for an
example suitable for use in a schemaless directory configuration.
For example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<DIR_INFO MODE="write">
<MOD_DIR_CONFIG>
<DIR_AUTHENTICATION_ENABLED value="Yes"/>
<DIR_LOCAL_USER_ACCT value="Yes"/>
<!-- NOTE: For schemaless Directory configuration, please -->
<!-- ensure that the following settings are modified as -->
<!-- required so that user can logon with Email format and -->
<!-- Netbios formats successfully: -->
<!-- 1. DIR_SERVER_ADDRESS value need to be set to -->
<!-- directory server DNS Name or FQDN(Full qualified -->
<!-- Domain Name) -->
<!-- Please check and update the following iLO Network -->
<!-- Settings . -->
<!-- 1. The domain name of iLO should match the domain of -->
<!-- the directory server. -->
<!-- 2. One of the primary, secondary or Tertiary DNS -->
<!-- server must have the same IP address as the -->
<!-- Directory server. -->
<DIR_SERVER_ADDRESS value="dlilo1.mycompu.com"/>
<DIR_SERVER_PORT value="636"/>
<DIR_OBJECT_DN value="CN=server1_rib,OU=RIB, DC=mycompu,DC=com"/>
<DIR_OBJECT_PASSWORD value="password"/>
<DIR_USER_CONTEXT_1 value="CN=Users,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_2 value="CN=Users2,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_3 value="CN=Users3,DC=mycompu, DC=com"/>
<!-- Firmware support information for next 12 tags: -->
<!-- iLO 4 - All versions. -->
<!-- iLO 3 - All versions. -->
<!-- iLO 2 - 1.77 and later. -->
<DIR_USER_CONTEXT_4 value="CN=Users4,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_5 value="CN=Users5,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_6 value="CN=Users6,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_7 value="CN=Users7,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_8 value="CN=Users8,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_9 value="CN=Users9,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_10 value="CN=Users10,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_11 value="CN=Users11,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_12 value="CN=Users12,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_13 value="CN=Users13,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_14 value="CN=Users14,DC=mycompu, DC=com"/>
<DIR_USER_CONTEXT_15 value="CN=Users15,DC=mycompu, DC=com"/>
<!--NOTE: Set the value to "NO" to enable the HP Extended -->
<!-- Schema and Value "YES" to enable Default Directory -->
<!-- Login. To set Group Accounts and privileges for -->
<!-- Default Schema run Mod_Schemaless_Directory.xml. -->
<DIR_ENABLE_GRP_ACCT value = "yes"/>
<!-- Firmware support information for next 5 tags: -->
<!-- iLO 4 - All versions. -->
<!-- iLO 3 - 1.20 and later. -->
<!-- iLO 2 - None. -->
<DIR_KERBEROS_ENABLED value="Yes"/>
<DIR_KERBEROS_REALM VALUE="realmname.domain.dom"/>
<DIR_KERBEROS_KDC_ADDRESS VALUE="realmkdc.domain.dom"/>
<DIR_KERBEROS_KDC_PORT VALUE="88"/>
<DIR_KERBEROS_KEYTAB>
-----BEGIN KEYTAB-----
VGhpcyBpcyBhIHRlc3Qgb2YgdGhlIEJhc2U2NCBlbmNvZGVyLiAgVGhpcy
BpcyBvbmx5IGEgdGVz
dC4=
-----END KEYTAB-----
</DIR_KERBEROS_KEYTAB>
</MOD_DIR_CONFIG>
</DIR_INFO>
</LOGIN>
110 RIBCL XML Scripting Language