Enroll_user_function, User_pw_recovery_function – Lenovo ThinkVantage Client Security Solution 8.3 User Manual

Page 37

Advertising
background image

Note: This command is not supported in the emulation mode.

ENROLL_USER_FUNCTION

This command enrolls a particular user to use Client Security Solution. This function creates all of the user
specific security keys for a given user. The parameters are:

USER_NAME_PARAMETER

The user name of the user to enroll.

DOMAIN_NAME_PARAMETER

The domain name of the user to enroll.

USER_AUTH_DATA_PARAMETER

The Trusted Platform Module passphrase Windows password to create the user’s security keys with.

WIN_PW_PARAMETER

The Windows password.

<tvt_deployment xmlns ="http://www.lenovo.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " xsi:schemaLocation="
http://www.lenovo.com cssDeploy.xsd">

< registry_settings />
< /tvt_deployment

<FUNCTION>
<ORDER>0001</ORDER>
<COMMAND>ENROLL_USER_FUNCTION</COMMAND>
<USER_NAME_PARAMETER>sabedi</USER_NAME_PARAMETER>
<DOMAIN_NAME_PARAMETER>IBM-2AA92582C79<DOMAIN_NAME_PARAMETER>
<USER_AUTH_DATA_PARAMETER>myCssUserPassPhrase</USER_AUTH_DATA_PARAMETER>

<WIN_PW_PARAMETER>myWindowsPassword</WIN_PW_PARAMETER>

<VERSION>1.0</VERSION>
</FUNCTION>

</CSSFile>

USER_PW_RECOVERY_FUNCTION

This command sets up a particular user’s password recovery. The parameters are:

USER_NAME_PARAMETER

The user name of the user to enroll.

DOMAIN_NAME_PARAMETER

The domain name of the user to enroll.

USER_PW_REC_QUESTION_COUNT

The number of questions the user must answer.

USER_PW_REC_ANSWER_DATA_PARAMETER

The stored answer to a particular question. The actual name of this parameter is connected with a
number corresponding to which question it answers.

USER_PW_REC_STORED_PASSWORD_PARAMETER

The stored password that is presented to the user when all of the questions are answered correctly.

<tvt_deployment xmlns ="http://www.lenovo.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " xsi:schemaLocation="
http://www.lenovo.com cssDeploy.xsd">

< registry_settings />
< /tvt_deployment

<FUNCTION>
<ORDER>0001</ORDER>
<COMMAND>USER_PW_RECOVERY_FUNCTION</COMMAND>
<USER_NAME_PARAMETER>sabedi</USER_NAME_PARAMETER>

Chapter 3

.

Working with Client Security Solution

31

Advertising