Mod_dir_config – HP Remote Insight Lights-Out Edition II Board User Manual

Page 161

Advertising
background image

Scripting, command line, and utility options 161

<DIR_GRPACCT6_PRIV VALUE="" />

</GET_DIR_CONFIG><GET_DIR_CONFIG>

MOD_DIR_CONFIG

MOD_DIR_CONFIG command is used modify the directory settings on RILOE II. For this command to
parse correctly, the MOD_DIR_CONFIG command must appear within a DIR_INFO command block, and
DIR_INFO MODE must be set to write. The user must have the configure RILOE II privilege to execute this
command.

Examples:

Extended schema (directory services) configuration 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"/>

<DIR_SERVER_ADDRESS value="16.141.100.44"/>

<DIR_SERVER_PORT value="636"/>

<DIR_OBJECT_DN value="CN=server1_rib, OU=RIB, DC=HPRIB, DC=LABS"/>

<DIR_OBJECT_PASSWORD value="password"/>

<DIR_USER_CONTEXT_1 value="CN=Users, DC=HPRIB, DC=LABS"/>

</MOD_DIR_CONFIG>

</DIR_INFO>

</LOGIN>

</RIBCL>

NOTE: When using directory integration with schema extension, the following tags must not be used:

DIR_ENABLE_GRP_ACCT

DIR_GRPACCT1_NAME

DIR_GRPACCT1_PRIV

Schema-free (without extension) configuration example:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="admin" PASSWORD="password">

<DIR_INFO MODE = "write">

<MOD_DIR_CONFIG>

<DIR_ENABLE_GRP_ACCT value = "yes"/>

<DIR_GRPACCT1_NAME value = "test1"/>

<DIR_GRPACCT1_PRIV value = "1"/>

<DIR_GRPACCT2_NAME value = "test2"/>

<DIR_GRPACCT2_PRIV value = "2"/>

</MOD_DIR_CONFIG>

</DIR_INFO>

</LOGIN>

</RIBCL>

Advertising