To enable kiosk mode, create the following registry:
Registry Path |
Registry Type |
Registry Name |
Registry Value |
---|---|---|---|
HKEY_LOCAL_MACHINE\SOFTWARE\Protocom\SecureLogin |
DWORD |
NSLADAUTH |
For kiosk authentication, set NSLADAUTH to 1. Setting NSLADAUTH to 0 is the default behavior. |
To disable advanced authentication, create the following registry:
Registry Path |
Registry Type |
Registry Name |
Registry Value |
---|---|---|---|
HKEY_LOCAL_MACHINE\SOFTWARE\Protocom\SecureLogin |
DWORD |
NoAuthasas |
For disabling the advanced authentication feature, set NoAuthasas to 1; but for enabling it, set to 0. |
To enable Advanced Authentication debug logging, create the following registry:
Registry Path |
Registry Type |
Registry Name |
Registry Value |
---|---|---|---|
HKEY_LOCAL_MACHINE\SOFTWARE\Protocom\SecureLogin\Logging |
DWORD |
All |
For enabling the advanced authentication debug logging, set All to 0. Only log levels 1 and 2 are supported. |
To disable SSL check, create the following registry:
Registry Path |
Registry Type |
Registry Name |
Registry Value |
---|---|---|---|
HKEY_LOCAL_MACHINE\SOFTWARE\Protocom\SecureLogin\AdvancedAuthentication |
DWORD |
DisableSSLCheck |
For disabling the SSL check, set DisableSSLCheck to 1; but for enabling it, set to 0 (default). IMPORTANT:If you set the registry value to 0, you must upload the SSL certificate to the Advanced Authentication server. |
To change the background image, create the following registry:
Registry Path |
Registry Type |
Registry Name |
Registry Value |
---|---|---|---|
HKEY_LOCAL_MACHINE\SOFTWARE\Protocom\SecureLogin\AdvancedAuthentication |
SZ |
BackgroundImagePath |
Specify the path that contains the background image. |
To change the system tray icon, create the following registry:
Registry Path |
Registry Type |
Registry Name |
Registry Value |
---|---|---|---|
HKEY_LOCAL_MACHINE\SOFTWARE\Protocom\SecureLogin\AdvancedAuthentication |
SZ |
IconPath |
Specify the path that contains the system tray icon. |
To change the windows title, create the following registry:
Registry Path |
Registry Type |
Registry Name |
Registry Value |
---|---|---|---|
HKEY_LOCAL_MACHINE\SOFTWARE\Protocom\SecureLogin\AdvancedAuthentication |
SZ |
WindowTitle |
Specify the window title. |