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

Fabio Pistolesi
21.21.2015 f814a3ed967e8792d4eeba97536cb51047efb854
OPENDJ-2033 dsreplication status (interactive mode) goes to infinite prompt when wrong password is provided

Some replication commands only reset connection information instead of re-initing them. Password should be
reset anyways.
1 files modified
1 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionConsoleInteraction.java 1 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/util/cli/LDAPConnectionConsoleInteraction.java
@@ -2024,6 +2024,7 @@
    secureArgsList.bindPasswordFileArg.clearValues();
    secureArgsList.bindPasswordFileArg.getNameToValueMap().clear();
    secureArgsList.bindPasswordFileArg.setPresent(false);
    state.bindPassword = null;
    secureArgsList.adminUidArg.clearValues();
    secureArgsList.adminUidArg.setPresent(false);
  }