From 513bbae607e57742002c821cd926219adb35f9b5 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 19 Nov 2008 02:29:22 +0000 Subject: [PATCH] Fix for issue 3624 (Equivalent command-line of 'Reset User Password' should be ldappasswordmodify instead of ldapmodify) --- opends/src/messages/messages/admin_tool.properties | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties index b3ad7ef..4fada0f 100644 --- a/opends/src/messages/messages/admin_tool.properties +++ b/opends/src/messages/messages/admin_tool.properties @@ -962,6 +962,8 @@ INFO_CTRL_PANEL_RESET_USER_PASSWORD_TASK_DESCRIPTION=Reset password for entry \ '%s'. INFO_CTRL_PANEL_RESETTING_USER_PASSWORD=Updating password of entry '%s' +INFO_CTRL_PANEL_EQUIVALENT_CMD_TO_RESET_PASSWORD=Equivalent command line to \ + reset the password: INFO_CTRL_PANEL_RESTART_SERVER_TASK_DESCRIPTION=Restart Server. INFO_CTRL_PANEL_START_SERVER_TASK_DESCRIPTION=Start Server. -- Gitblit v1.10.0