From 172f3a086566f87bdf70e199615800e30816d50b Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Wed, 11 Jul 2007 15:58:34 +0000 Subject: [PATCH] Fix the manage-account tool to use the correct underlying Java class. --- opends/resource/bin/manage-account.bat | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/resource/bin/manage-account.bat b/opends/resource/bin/manage-account.bat index c2bf1b0..30f3bac 100644 --- a/opends/resource/bin/manage-account.bat +++ b/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" %* -- Gitblit v1.10.0