From 2011fb65996677d0d3ad74ad6bbfb42bb55807cc Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Fri, 11 May 2007 16:50:12 +0000
Subject: [PATCH] Fix for issue #1604: status command does not allow password from stdin.
---
opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties b/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
index 1011830..9a01405 100644
--- a/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
+++ b/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/resources/Resources.properties
@@ -170,7 +170,8 @@
time.
cli-status-error-reading-pwd-file=Could not read the password from \
file {0}. Check that the file path is correct, that you have access rights to \
-it and that it contains a password.
+it and that it contains a password.
+cli-status-ldapauth-password-prompt=Password for user {0}:
status-cli-usage=This utility may be used to display basic server \
information\n\n\
Usage: {0} {options}\n where {options} include:\n\
--
Gitblit v1.10.0