|
@@ -293,6 +293,8 @@ public class UserGroupInformation {
|
|
|
KEYTAB_KERBEROS_OPTIONS.put("doNotPrompt", "true");
|
|
|
KEYTAB_KERBEROS_OPTIONS.put("useKeyTab", "true");
|
|
|
KEYTAB_KERBEROS_OPTIONS.put("storeKey", "true");
|
|
|
+ KEYTAB_KERBEROS_OPTIONS.put("useTicketCache", "true");
|
|
|
+ KEYTAB_KERBEROS_OPTIONS.put("renewTGT", "true");
|
|
|
}
|
|
|
private static final AppConfigurationEntry KEYTAB_KERBEROS_LOGIN =
|
|
|
new AppConfigurationEntry(Krb5LoginModule.class.getName(),
|