| | |
| | | } |
| | | |
| | | /** |
| | | * Returns the noPropertiesFile argument. |
| | | * @return the noPropertiesFile argument. |
| | | */ |
| | | protected String getNoPropertiesFileArgument() |
| | | { |
| | | return "--noPropertiesFile"; |
| | | } |
| | | |
| | | /** |
| | | * Returns the command-line to be displayed (when we display the equivalent |
| | | * command-line). |
| | | * @return the command-line to be displayed. |
| | |
| | | args.add(getCommandLinePath("ldapmodify")); |
| | | args.addAll(getObfuscatedCommandLineArguments( |
| | | getConnectionCommandLineArguments(useAdminCtx, true))); |
| | | args.add(getNoPropertiesFileArgument()); |
| | | StringBuilder sb = new StringBuilder(); |
| | | for (String arg : args) |
| | | { |
| | |
| | | args.add(getCommandLinePath("ldapmodify")); |
| | | args.addAll(getObfuscatedCommandLineArguments( |
| | | getConnectionCommandLineArguments(useAdminCtx, true))); |
| | | args.add(getNoPropertiesFileArgument()); |
| | | StringBuilder sb = new StringBuilder(); |
| | | for (String arg : args) |
| | | { |