Enable_none_gina_function, Set_pp_flag_function, Set_admin_user_function – Lenovo ThinkVantage Client Security Solution 8.3 User Manual

Page 35

Advertising
background image

ENABLE_NONE_GINA_FUNCTION

If the GINA or CP (Credential Provider) of one of the related ThinkVantage Technologies components, such
as ThinkVantage Fingerprint Software, Client Security Solution, or Access Connections, is enabled, this
command disables both the ThinkVantage Fingerprint Software logon and the Client Security Solution logon.

<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>ENABLE_CSS_NONE_FUNCTION</COMMAND>
<VERSION>1.0</VERSION>

</FUNCTION>

</CSSFile>

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

SET_PP_FLAG_FUNCTION

This command writes a flag that Client Security Solution reads to determine whether to use the Client
Security passphrase or a 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>SET_PP_FLAG_FUNCTION</COMMAND>

<PP_FLAG_SETTING_PARAMETER>USE_CSS_PP</PP_FLAG_SETTING_PARAMETER>
<VERSION>1.0</VERSION>
</FUNCTION>

</CSSFile>

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

SET_ADMIN_USER_FUNCTION

This command writes a flag that Client Security Solution reads to determine who the administrator is. The
parameters are:

USER_NAME_PARAMETER

The user name of the administrator.

DOMAIN_NAME_PARAMETER

The domain name of the administrator.

<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>SET_ADMIN_USER_FUNCTION</COMMAND>
<USER_NAME_PARAMETER>sabedi</USER_NAME_PARAMETER>
<DOMAIN_NAME_PARAMETER>IBM-2AA92582C79<DOMAIN_NAME_PARAMETER>
<VERSION>1.0</VERSION>
<SYSTEM_PAP>PASSWORD</SYSTEM_PAP>

</FUNCTION>

</CSSFile>

Chapter 3

.

Working with Client Security Solution

29

Advertising