Skip to content

Data Object - GSSAPIAuthenticatorGeneralData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.infrastructure.GSSAPIAuthenticator.GeneralData

Property of

GSSAPIAuthenticatorInfo, GSSAPIAuthenticatorSpec

Data Object Description

General data for a GSSAPI authenticator.

Data Object Properties

Name Type Description
enableLoginAsCurrentUser xsd:boolean Indicate whether login as current user is enabled. 1
allowLegacyClients xsd:boolean Indicate whether the legacy Horizon clients will be allowed to use login as current user. 2
allowNTLMFallback xsd:boolean Indicate whether NTLM is allowed for GSS API authentication. If kerberos authentication fails when the client does not have access to the domain controllers in the hosted environment, clients can fall back to NTLM authentication if allowNTLMFallback is set to true. 1
enforceChannelBindings xsd:boolean Indicate whether channel bindings is supported or not. 2
triggerMode xsd:string Indicates True SSO trigger mode on sessions using this authenticator. 3
* This property will be one of:
ValueDescription
"DISABLED"Do not use True SSO.
"OPTIONAL"If no SSO credentials are provided then use True SSO, otherwise use the supplied SSO credentials.
"ENABLED"Always use True SSO even if client supplied SSO credentials.

  1. This property has a default value of false. 

  2. This property has a default value of true. 

  3. This property has a default value of 'DISABLED'.