This section describes the optional registry settings that you can make to customize SecureLogin terminal server features.
NOTE:All registry values specified are of string type (REG_SZ)
By default, Auto Detection is enabled. To disable Auto Detection, add the following entry to the registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Protocom\SecureLogin\Virtual Channel] "AutoDetect" = "0"
If the protocol is not specified, the software checks for the presence of ICA. If the ICA protocol is present, the software loads the ICA protocol. Otherwise, the server uses the RDP protocol.
To populate a user's common name to the NT Username field during a session login, set the following registry value on the server:
[HKEY_LOCAL_MACHINE\SOFTWARE\Protocom\SecureLogin\Virtual Channel\Login\slina]
"PopulateToNT" = "1"
To support international versions of Windows, you need to add a localized login window caption to the following registry entry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "LogonWindowCaption" = "localized caption"
When using a third-party GINA (for example, the Citrix GINA), enter the GINA name as follows:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ProtocomPassThruDLL" = "Gina DLL name"
If the third-party GINA is using a different login window caption than Microsoft GINA/ Credential Provider does, enter it as follows in the same key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
"LogonWindowCaption" = "Logon window caption"
NT\CurrentVersion\Winlogon\ProtocomPassThru]
"UsernameCtrlID" = "User Name field ID"
"PasswordCtrlID" = "Password Field ID"
"DomainCtrlID" = "Domain Name Ctrl ID"
"IDOK" = "OK Button ID"
NOTE:Define Domain Name in a combo box.