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

jvergara
18.36.2008 3baf38c823e31bddf3c2905e8781653404ab995c
opends/src/guitools/org/opends/guitools/controlpanel/task/ResetUserPasswordTask.java
@@ -66,7 +66,8 @@
  private BasicNode node;
  private char[] newPassword;
  private BrowserController controller;
  DN dn;
  private DN dn;
  private boolean useAdminCtx;
  /**
   * Constructor of the task.
@@ -192,6 +193,7 @@
    try
    {
      useAdminCtx = controller.isConfigurationNode(node);
      InitialLdapContext ctx =
        controller.findConnectionForDisplayedEntry(node);
      BasicAttribute attr =
@@ -208,7 +210,7 @@
      {
        public void run()
        {
          printEquivalentCommandToModify(dn, modifications);
          printEquivalentCommandToModify(dn, modifications, useAdminCtx);
          getProgressDialog().appendProgressHtml(
              Utilities.getProgressWithPoints(
                  INFO_CTRL_PANEL_RESETTING_USER_PASSWORD.get(node.getDN()),