Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public abstract class KerberosTestCase extends ESTestCase {
unsupportedLocaleLanguages.add("fa");
unsupportedLocaleLanguages.add("ks");
unsupportedLocaleLanguages.add("ckb");
unsupportedLocaleLanguages.add("ne");
}

@BeforeClass
Expand Down Expand Up @@ -144,7 +145,7 @@ protected Path createPrincipalKeyTab(final Path dir, final String... princNames)

/**
* Creates principal with given name and password.
*
*
* @param principalName Principal name
* @param password Password
* @throws Exception thrown if principal could not be created
Expand Down Expand Up @@ -178,7 +179,7 @@ static <T> T doAsWrapper(final Subject subject, final PrivilegedExceptionAction<

/**
* Write content to provided keytab file.
*
*
* @param keytabPath {@link Path} to keytab file.
* @param content Content for keytab
* @return key tab path
Expand All @@ -193,7 +194,7 @@ public static Path writeKeyTab(final Path keytabPath, final String content) thro

/**
* Build kerberos realm settings with default config and given keytab
*
*
* @param keytabPath key tab file path
* @return {@link Settings} for kerberos realm
*/
Expand All @@ -203,7 +204,7 @@ public static Settings buildKerberosRealmSettings(final String keytabPath) {

/**
* Build kerberos realm settings
*
*
* @param keytabPath key tab file path
* @param maxUsersInCache max users to be maintained in cache
* @param cacheTTL time to live for cached entries
Expand Down