Skip to content

Latest commit

 

History

History
121 lines (78 loc) · 2.96 KB

kerberos-shared-settings.asciidoc

File metadata and controls

121 lines (78 loc) · 2.96 KB
Setting Description

kerberos.auth_type

(string) The type of authentication to use with Kerberos KDC:

password

When specified, also set kerberos.username and kerberos.password.

keytab

When specified, also set kerberos.username and kerberos.keytab. The keytab must contain the keys of the selected principal, or authentication fails.

Default: password

kerberos.config_path

(string) Path to the krb5.conf. {agent} uses this setting to find the Kerberos KDC to retrieve a ticket.

kerberos.enabled

(boolean) Enables or disables the Kerberos configuration.

Note
Kerberos settings are disabled if either enabled is set to false or the kerberos section is missing.

kerberos.enable_krb5_fast

(boolean) If true, enables Kerberos FAST authentication. This may conflict with some Active Directory installations.

Default: false

kerberos.keytab

(string) If kerberos.auth_type is keytab, provide the path to the keytab of the selected principal.

kerberos.password

(string) If kerberos.auth_type is password, provide a password for the selected principal.

kerberos.realm

(string) Name of the realm where the output resides.

kerberos.username

(string) Name of the principal used to connect to the output.