From 5da5771bd9f7d9ffdb8f6289f8e6661a2fe71fa2 Mon Sep 17 00:00:00 2001
From: Dave Storey <dave@openldap.org>
Date: Sat, 12 Dec 1998 05:56:46 +0000
Subject: [PATCH] Password prompting updates. <dave@tamos.net>

---
 doc/man/man1/ldapdelete.1 | 6 ++++++
 doc/man/man1/ldapmodify.1 | 6 ++++++
 doc/man/man1/ldapmodrdn.1 | 6 ++++++
 doc/man/man1/ldapsearch.1 | 6 ++++++
 4 files changed, 24 insertions(+)

diff --git a/doc/man/man1/ldapdelete.1 b/doc/man/man1/ldapdelete.1
index 7ec1c357b6..4b5d216014 100644
--- a/doc/man/man1/ldapdelete.1
+++ b/doc/man/man1/ldapdelete.1
@@ -20,6 +20,8 @@ ldapdelete \- ldap delete entry tool
 [\c
 .BI \-D \ binddn\fR]
 [\c
+.BR \-W ]
+[\c
 .BI \-w \ passwd\fR]
 [\c
 .BI \-h \ ldaphost\fR]
@@ -82,6 +84,10 @@ replaced with a line from \fIfile\fP.
 Use \fIbinddn\fP to bind to the LDAP directory. \fIbinddn\fP should be
 a string-represented DN as defined in RFC 1779.
 .TP
+.B \-W
+Prompt for simple authentication.
+This is used instead of specifying the password on the command line.
+.TP
 .BI \-w \ passwd
 Use \fIpasswd\fP as the password for simple authentication.
 .TP
diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1
index ebb593abba..c39ebc9c91 100644
--- a/doc/man/man1/ldapmodify.1
+++ b/doc/man/man1/ldapmodify.1
@@ -22,6 +22,8 @@ ldapmodify, ldapadd \- ldap modify entry and ldap add entry tools
 [\c
 .BI \-D \ binddn\fR]
 [\c
+.BR \-W ]
+[\c
 .BI \-w \ passwd\fR]
 [\c
 .BI \-h \ ldaphost\fR]
@@ -133,6 +135,10 @@ standard input.
 Use \fIbinddn\fP to bind to the LDAP directory. \fIbinddn\fP should be
 a string-represented DN as defined in RFC 1779.
 .TP
+.B \-W
+Prompt for simple authentication.
+This is used instead of specifying the password on the command line.
+.TP
 .BI \-w \ passwd
 Use \fIpasswd\fP as the password for simple authentication.
 .TP
diff --git a/doc/man/man1/ldapmodrdn.1 b/doc/man/man1/ldapmodrdn.1
index da4c9aa374..122dc400bd 100644
--- a/doc/man/man1/ldapmodrdn.1
+++ b/doc/man/man1/ldapmodrdn.1
@@ -20,6 +20,8 @@ ldapmodrdn \- ldap modify entry RDN tool
 [\c
 .BI \-D \ binddn\fR]
 [\c
+.BR \-W ]
+[\c
 .BI \-w \ passwd\fR]
 [\c
 .BI \-h \ ldaphost\fR]
@@ -84,6 +86,10 @@ standard input or the command-line.
 Use \fIbinddn\fP to bind to the LDAP directory. \fIbinddn\fP should be
 a string-represented DN as defined in RFC 1779.
 .TP
+.B \-W
+Prompt for simple authentication.
+This is used instead of specifying the password on the command line.
+.TP
 .B \-w passwd
 Use \fIpasswd\fP as the password for simple authentication.
 .TP
diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1
index bbd3e6c783..60f4032b6b 100644
--- a/doc/man/man1/ldapsearch.1
+++ b/doc/man/man1/ldapsearch.1
@@ -32,6 +32,8 @@ ldapsearch \- ldap search tool
 [\c
 .BI \-D \ binddn\fR]
 [\c
+.BR \-W ]
+[\c
 .BI \-w \ bindpasswd\fR]
 [\c
 .BI \-h \ ldaphost\fR]
@@ -149,6 +151,10 @@ character, then the lines are read from standard input.
 Use \fIbinddn\fP to bind to the LDAP directory. \fIbinddn\fP should be
 a string-represented DN as defined in RFC 1779.
 .TP
+.B \-W
+Prompt for simple authentication.
+This is used instead of specifying the password on the command line.
+.TP
 .BI \-w \ bindpasswd
 Use \fIbindpasswd\fP as the password for simple authentication.
 .TP
-- 
GitLab