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

mmarie
04.23.2008 0deb93de4b223e705fc669b04a386c3453733f99
fix for 3563 : ldapdelete error when expecting to use the tools.properties file

1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPDelete.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/LDAPDelete.java
@@ -399,7 +399,7 @@
                                  OPTION_LONG_BINDDN, false, false, true,
                                  INFO_BINDDN_PLACEHOLDER.get(), null, null,
                                  INFO_DESCRIPTION_BINDDN.get());
      bindDN.setPropertyName(OPTION_LONG_BINDPWD);
      bindDN.setPropertyName(OPTION_LONG_BINDDN);
      argParser.addArgument(bindDN);
      bindPassword = new StringArgument("bindPassword", OPTION_SHORT_BINDPWD,