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

neil_a_wilson
28.01.2007 4daff1f3fd3f8e9e4f0135eee76fa1ca2ce02e4e
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPPasswordModify.java
@@ -550,7 +550,7 @@
      {
        SSLConnectionFactory sslConnectionFactory = new SSLConnectionFactory();
        sslConnectionFactory.init(sslBlindTrust.isPresent(),
                                  sslKeyStore.getValue(), keyPIN,
                                  sslKeyStore.getValue(), keyPIN, null,
                                  sslTrustStore.getValue(), trustPIN);
        connectionOptions.setSSLConnectionFactory(sslConnectionFactory);
      }