UseKerberosTicketCache
Specifies whether the provider uses the Kerberos ticket cache for authentication instead of a keytab file.
Data Type
bool
Default Value
false
Remarks
When set to true, the driver uses the Kerberos tickets already obtained by the logged-in user. In this mode, KerberosKeytabFile is not required.
When set to false, the driver uses the keytab file specified in KerberosKeytabFile to obtain Kerberos credentials.
This option is useful when users authenticate interactively and already have valid Kerberos tickets on the system.