Get_dir_config runtime errors, Get_dir_config return messages – HP Remote Insight Lights-Out Edition II Board User Manual

Page 160

Advertising
background image

Scripting, command line, and utility options 160

GET_DIR_CONFIG runtime errors

None

GET_DIR_CONFIG return messages

Starting with RILOE II 1.80, directory integration can work with HP Lights-Out schema with or without
extensions (schema-free). Depending on your directory configuration, the response to GET_DIR_CONFIG
contains different data.

Possible GET_DIR_CONFIG return messages are:

Example of a directory services (with schema extension) return message:

<GET_DIR_CONFIG>

<DIR_AUTHENTICATION_ENABLED VALUE="Y"/>

<DIR_LOCAL_USER_ACCT VALUE="Y"/>

<DIR_SERVER_ADDRESS VALUE="adserv.demo.com"/>

<DIR_SERVER_PORT VALUE="636"/>

<DIR_OBJECT_DN VALUE="CN=SERVER1_RIB,OU=RIB,DC=HPRIB, DC=LABS"/>

<DIR_USER_CONTEXT1 VALUE="CN=Users0,DC=HPRIB0, DC=LABS"/>

<DIR_USER_CONTEXT2 VALUE="CN=Users1,DC=HPRIB1, DC=LABS"/>

<DIR_USER_CONTEXT3 VALUE=""/>

<DIR_ENABLE_GRP_ACCT VALUE="N"/>

</GET_DIR_CONFIG>

Example of a schema-free directory (without schema extension) return message:

<GET_DIR_CONFIG>

<DIR_AUTHENTICATION_ENABLED VALUE="Y"/>

<DIR_LOCAL_USER_ACCT VALUE="Y"/>

<DIR_SERVER_ADDRESS VALUE="adserv.demo.com"/>

<DIR_SERVER_PORT VALUE="636"/>

<DIR_OBJECT_DN VALUE=""/>

<DIR_USER_CONTEXT1 VALUE="CN=Users,DC=demo,DC=com"/>

<DIR_USER_CONTEXT2 VALUE=""/>

<DIR_USER_CONTEXT3 VALUE=""/>

<DIR_ENABLE_GRP_ACCT VALUE="Y"/>

<DIR_GRPACCT1_NAME VALUE="CN=iLOAdmins,CN=Users,DC=demo,DC=com"/>

<DIR_GRPACCT1_PRIV VALUE="1,2,3,4,5"/>

<DIR_GRPACCT2_NAME VALUE="" />

<DIR_GRPACCT2_PRIV VALUE="" />

<DIR_GRPACCT3_NAME VALUE="" />

<DIR_GRPACCT3_PRIV VALUE="" />

<DIR_GRPACCT4_NAME VALUE="" />

<DIR_GRPACCT4_PRIV VALUE="" />

<DIR_GRPACCT5_NAME VALUE="" />

<DIR_GRPACCT5_PRIV VALUE="" />

<DIR_GRPACCT6_NAME VALUE="" />

Advertising