mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
25.23.2016 d0b900f0c9b7b90114c4de922ca273c77fc498c1
opendj-server-legacy/src/main/java/org/opends/server/tools/ConfigureDS.java
@@ -300,7 +300,7 @@
      final DN rootDN = parseRootDN();
      final String rootPW = parseRootDNPassword();
      configHandler = DirectoryServer.getConfigurationHandler();
      configHandler = DirectoryServer.getInstance().getServerContext().getConfigurationHandler();
      checkManagerProvider(keyManagerProviderDN, JCKES_KEY_MANAGER_DN, JCKES_KEY_MANAGER_LDIF_ENTRY, true);
      checkManagerProvider(trustManagerProviderDN, JCKES_TRUST_MANAGER_DN, JCKES_TRUST_MANAGER_LDIF_ENTRY, false);