We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32065f commit 3a146a7Copy full SHA for 3a146a7
1 file changed
plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/ldap/LdapConfiguration.java
@@ -173,15 +173,15 @@ public class LdapConfiguration implements Configurable{
173
"ldap.truststore",
174
null,
175
"Sets the path to the truststore to use for SSL",
176
- true,
+ false,
177
ConfigKey.Scope.Domain);
178
private static final ConfigKey<String> ldapTrustStorePassword = new ConfigKey<String>(
179
"Secure",
180
String.class,
181
"ldap.truststore.password",
182
183
"Sets the password for the truststore",
184
185
186
187
private final static int scope = SearchControls.SUBTREE_SCOPE;
0 commit comments