You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,10 +124,10 @@ The package supports authentication via 3 methods.
124
124
### Kerberos Parameters
125
125
126
126
*`authenticator` - set this to `krb5` to enable kerberos authentication. If this is not present, the default provider would be `ntlm` for unix and `winsspi` for windows.
127
-
*`krb5-configfile` (mandatory) - path to kerberos configuration file.
128
-
*`krb5-realm` (required with keytab and raw credentials) - Domain name for kerberos authentication.
129
-
*`krb5-keytabfile` - path to Keytab file.
130
-
*`krb5-credcachefile` - path to Credential cache.
127
+
*`krb5-configfile` (optional) - path to kerberos configuration file. Defaults to `/etc/krb5.conf`. Can also be set using `KRB5_CONFIG` environment variable.
128
+
*`krb5-realm` (required with keytab and raw credentials) - Domain name for kerberos authentication. Omit this parameter if the realm is part of the user name like `username@REALM`.
129
+
*`krb5-keytabfile` - path to Keytab file. Can also be set using environment variable `KRB5_KTNAME`. If no parameter or environment variable is set, the `DefaultClientKeytabName` value from the krb5 config file is used.
130
+
*`krb5-credcachefile` - path to Credential cache. Can also be set using environment variable `KRBCCNAME`.
131
131
*`krb5-dnslookupkdc` - Optional parameter in all contexts. Set to lookup KDCs in DNS. Boolean. Default is true.
132
132
*`krb5-udppreferencelimit` - Optional parameter in all contexts. 1 means to always use tcp. MIT krb5 has a default value of 1465, and it prevents user setting more than 32700. Integer. Default is 1.
0 commit comments