Registry Settings

This section describes optional registry settings that you can make to customize SecureLogin terminal server features.

NOTE:  All registry values specified are of string type (REG_SZ).


Auto-Detecting the Client Protocol

To disable the Auto Detection feature, add the following entry to the registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Protocom\SecureLogin\Virtual Channel]
"AutoDetect" = "0"

To specify the protocol that the server should use, add one of the following entries in the same key:

"Protocol" = "RDP" 
"Protocol" = "ICA"

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.


Servers with a Novell Client

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"


Workstations with Terminal Server Client (RDP)

Register SecureLogin Terminal Server Virtual Channel Driver by double-clicking vcd\rdp\Terminal Server Driver registration on Client workstation.reg.

Do this for each user setting.


Localized Machine

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"


Third-Party GINA

When using the third-party GINA (for example, 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 does, enter it as follows in the same key:

"LogonWindowCaption" = "Logon window caption"

If the Control IDs of the third-party GINA are not the same as Microsoft GINA, enter them as follows:

Create a key as follows:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
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.



  Previous Page: Virtual Channel Driver  Next Page: Debugging Options