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

lutoff
18.47.2007 2fcf1d613593b70af7613af3e31165b9519ca60a
opendj-sdk/opends/src/server/org/opends/server/admin/client/cli/DsServiceCliMain.java
@@ -232,7 +232,7 @@
      {
        ctx = ConnectionUtils.createLdapsContext(ldapsUrl,
            dn, pwd, ConnectionUtils.getDefaultLDAPTimeout(), null,
             argParser.getTrustManager());
             argParser.getTrustManager(), argParser.getKeyManager());
      }
      catch (NamingException e)
      {