From 1d336df15b23f2ddd8ba0af33cec9f56e1797ac4 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 18 Nov 2011 17:12:53 +0000
Subject: [PATCH] Fix for OpenDJ-358: Tools such as backup should allow to prompt for bind Password when none is provided
---
opendj3/src/main/docbkx/shared/man-rebuild-index.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/opendj3/src/main/docbkx/shared/man-rebuild-index.xml b/opendj3/src/main/docbkx/shared/man-rebuild-index.xml
index 9dcc45f..20580de 100644
--- a/opendj3/src/main/docbkx/shared/man-rebuild-index.xml
+++ b/opendj3/src/main/docbkx/shared/man-rebuild-index.xml
@@ -169,6 +169,8 @@
<term><option>-w, --bindPassword {bindPassword}</option></term>
<listitem>
<para>Password to use to bind to the server</para>
+ <para>Use <option>-w -</option> to have the command prompt for the
+ password, rather than enter the password on the command line.</para>
</listitem>
</varlistentry>
<varlistentry>
--
Gitblit v1.10.0