From 9de916fbb0e9a77e02d87c08a57df18944653136 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 31 Aug 2009 09:54:15 +0000
Subject: [PATCH]  fixed for issue #3818 (encode-password should support accepting clear text password on STDIN) A new argument (--i, interactivePassword) is added to prompt password

---
 opends/src/messages/messages/tools.properties |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 14cd41d..76d2e60 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -80,7 +80,7 @@
 SEVERE_ERR_ERROR_PARSING_ARGS_17=An error occurred while parsing the \
  command-line arguments:  %s
 SEVERE_ERR_ENCPW_NO_CLEAR_PW_18=No clear-text password was specified.  Use \
- --%s or --%s to specify the password to encode
+ --%s, --%s or --%s to specify the password to encode
 SEVERE_ERR_ENCPW_NO_SCHEME_19=No password storage scheme was specified.  Use \
  the --%s argument to specify the storage scheme
 SEVERE_ERR_SERVER_BOOTSTRAP_ERROR_20=An unexpected error occurred while \
@@ -2519,3 +2519,9 @@
 INFO_LDAPSEARCH_PUBLIC_CHANGELOG_COOKIE_EXC_1689=# Public \
  changelog exchange control(%s): %s
 
+INFO_ENCPW_DESCRIPTION_INPUT_PW_1690=The password to encode or to compare \
+ against an encoded password is interactively asked to the user
+INFO_ENCPW_INPUT_PWD_1_1691=Please enter the password : 
+INFO_ENCPW_INPUT_PWD_2_1692=Please renter the password: 
+SEVERE_ERR_ENCPW_NOT_SAME_PW_1693=Provided passwords don't matched 
+SEVERE_ERR_ENCPW_CANNOT_READ_PW_1694=Cannot read password from the input: %s

--
Gitblit v1.10.0