| | |
| | | private BasicNode node; |
| | | private char[] newPassword; |
| | | private BrowserController controller; |
| | | DN dn; |
| | | private DN dn; |
| | | private boolean useAdminCtx; |
| | | |
| | | /** |
| | | * Constructor of the task. |
| | |
| | | |
| | | try |
| | | { |
| | | useAdminCtx = controller.isConfigurationNode(node); |
| | | InitialLdapContext ctx = |
| | | controller.findConnectionForDisplayedEntry(node); |
| | | BasicAttribute attr = |
| | |
| | | { |
| | | public void run() |
| | | { |
| | | printEquivalentCommandToModify(dn, modifications); |
| | | printEquivalentCommandToModify(dn, modifications, useAdminCtx); |
| | | getProgressDialog().appendProgressHtml( |
| | | Utilities.getProgressWithPoints( |
| | | INFO_CTRL_PANEL_RESETTING_USER_PASSWORD.get(node.getDN()), |