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

neil_a_wilson
11.58.2007 172f3a086566f87bdf70e199615800e30816d50b
Fix the manage-account tool to use the correct underlying Java class.

OpenDS Issue Number: 1916
2 files modified
8 ■■■■ changed files
opends/resource/bin/manage-account 4 ●●●● patch | view | raw | blame | history
opends/resource/bin/manage-account.bat 4 ●●●● patch | view | raw | blame | history
opends/resource/bin/manage-account
@@ -27,10 +27,10 @@
# This script may be used to perform LDAP search operations.
OPENDS_INVOKE_CLASS="org.opends.server.tools.PasswordPolicyState"
OPENDS_INVOKE_CLASS="org.opends.server.tools.ManageAccount"
export OPENDS_INVOKE_CLASS
SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=password-policy-state"
SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=manage-account"
export SCRIPT_NAME_ARG
SCRIPT_DIR=`dirname "${0}"`
opends/resource/bin/manage-account.bat
@@ -27,7 +27,7 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.PasswordPolicyState"
set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=password-policy-state"
set OPENDS_INVOKE_CLASS="org.opends.server.tools.ManageAccount"
set SCRIPT_NAME_ARG="-Dorg.opends.server.scriptName=manage-account"
call "%~dP0\..\lib\_client-script.bat" %*