Fix the manage-account tool to use the correct underlying Java class.
OpenDS Issue Number: 1916
| | |
| | | |
| | | |
| | | # 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}"` |
| | |
| | | |
| | | 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" %* |
| | | |