opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Rest2LdapHttpApplication.java
@@ -237,6 +237,8 @@ } private void configureConnectionFactories(final JsonValue config) { // Make sure that the mandatory root connection factory exists (used to perform the proxy-authz operations). config.get(DEFAULT_ROOT_FACTORY).required(); connectionFactories.clear(); for (String name : config.keys()) { connectionFactories