KEYCLOAK-14766 - Removed setting default password for LDAPRule configuration
This commit is contained in:
parent
b122f31d2c
commit
8203c4451e
1 changed files with 0 additions and 3 deletions
|
@ -227,9 +227,6 @@ public class LDAPRule extends ExternalResource {
|
|||
case VAULT_EXPRESSION:
|
||||
config.put(LDAPConstants.BIND_CREDENTIAL, VAULT_EXPRESSION);
|
||||
break;
|
||||
default:
|
||||
// Default to secret as the bind credential
|
||||
config.put(LDAPConstants.BIND_CREDENTIAL, "secret");
|
||||
}
|
||||
switch (defaultProperties.getProperty(LDAPEmbeddedServer.PROPERTY_ENABLE_ANONYMOUS_ACCESS)) {
|
||||
case "true":
|
||||
|
|
Loading…
Reference in a new issue