Skip to content
Closed
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 @@ -173,15 +173,15 @@ public class LdapConfiguration implements Configurable{
"ldap.truststore",
null,
"Sets the path to the truststore to use for SSL",
true,
false,
ConfigKey.Scope.Domain);
private static final ConfigKey<String> ldapTrustStorePassword = new ConfigKey<String>(
"Secure",
String.class,
"ldap.truststore.password",
null,
"Sets the password for the truststore",
true,
false,
ConfigKey.Scope.Domain);

private final static int scope = SearchControls.SUBTREE_SCOPE;
Expand Down