Skip to content

Commit 3a146a7

Browse files
committed
Makes LDAPS Configuration non dynamic
1 parent d32065f commit 3a146a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/ldap/LdapConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,15 @@ public class LdapConfiguration implements Configurable{
173173
"ldap.truststore",
174174
null,
175175
"Sets the path to the truststore to use for SSL",
176-
true,
176+
false,
177177
ConfigKey.Scope.Domain);
178178
private static final ConfigKey<String> ldapTrustStorePassword = new ConfigKey<String>(
179179
"Secure",
180180
String.class,
181181
"ldap.truststore.password",
182182
null,
183183
"Sets the password for the truststore",
184-
true,
184+
false,
185185
ConfigKey.Scope.Domain);
186186

187187
private final static int scope = SearchControls.SUBTREE_SCOPE;

0 commit comments

Comments
 (0)