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

Gaetan Boismal
25.54.2016 7d245e6153d15095240d414f2e487a50d62a9580
opendj-server-legacy/src/main/java/org/opends/server/tools/status/StatusCli.java
@@ -98,6 +98,8 @@
{
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
  private static final boolean ALLOW_ANONYMOUS_IF_NON_INTERACTIVE = true;
  private boolean displayMustAuthenticateLegend;
  private boolean displayMustStartLegend;
@@ -287,7 +289,7 @@
      // and if none of them can be used we will just not ask for the
      // protocol to be used.
      final LDAPConnectionConsoleInteraction ci =
          new LDAPConnectionConsoleInteraction(this, argParser.getSecureArgsList());
          new LDAPConnectionConsoleInteraction(this, argParser.getSecureArgsList(), ALLOW_ANONYMOUS_IF_NON_INTERACTIVE);
      try
      {
        ci.run(false);