From dabbefd90863077ae0797b71f0be72f57ef02418 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 24 Aug 2002 06:19:39 +0000 Subject: [PATCH] Add -y. --- doc/man/man1/ldapcompare.1 | 12 +++++++++--- doc/man/man1/ldapdelete.1 | 6 ++++++ doc/man/man1/ldapmodify.1 | 8 ++++++++ doc/man/man1/ldapmodrdn.1 | 6 ++++++ doc/man/man1/ldapsearch.1 | 12 +++++++++--- 5 files changed, 38 insertions(+), 6 deletions(-) diff --git a/doc/man/man1/ldapcompare.1 b/doc/man/man1/ldapcompare.1 index b1fffcd59c..1b588389d5 100644 --- a/doc/man/man1/ldapcompare.1 +++ b/doc/man/man1/ldapcompare.1 @@ -25,7 +25,9 @@ ldapcompare \- LDAP compare tool [\c .BR \-W ] [\c -.BI \-w \ bindpasswd\fR] +.BI \-w \ passwd\fR] +[\c +.BI \-y \ passwdfile\fR] [\c .BI \-H \ ldapuri\fR] [\c @@ -111,8 +113,12 @@ Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory. 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. +.BI \-w \ passwd +Use \fIpasswd\fP as the password for simple authentication. +.TP +.BI \-y \ passwdfile +Use complete contents of \fIpasswdfile\fP as the password for +simple authentication. .TP .BI \-H \ ldapuri Specify URI(s) referring to the ldap server(s). diff --git a/doc/man/man1/ldapdelete.1 b/doc/man/man1/ldapdelete.1 index 35f820d819..a5f2263832 100644 --- a/doc/man/man1/ldapdelete.1 +++ b/doc/man/man1/ldapdelete.1 @@ -31,6 +31,8 @@ ldapdelete \- LDAP delete entry tool [\c .BI \-w \ passwd\fR] [\c +.BI \-y \ passwdfile\fR] +[\c .BI \-H \ ldapuri\fR] [\c .BI \-h \ ldaphost\fR] @@ -127,6 +129,10 @@ This is used instead of specifying the password on the command line. .BI \-w \ passwd Use \fIpasswd\fP as the password for simple authentication. .TP +.BI \-y \ passwdfile +Use complete contents of \fIpasswdfile\fP as the password for +simple authentication. +.TP .BI \-H \ ldapuri Specify URI(s) referring to the ldap server(s). .TP diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1 index 64808e62eb..baa29f9a5c 100644 --- a/doc/man/man1/ldapmodify.1 +++ b/doc/man/man1/ldapmodify.1 @@ -33,6 +33,8 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools [\c .BI \-w \ passwd\fR] [\c +.BI \-y \ passwdfile\fR] +[\c .BI \-H \ ldapuri\fR] [\c .BI \-h \ ldaphost\fR] @@ -85,6 +87,8 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools [\c .BI \-w \ passwd\fR] [\c +.BI \-y \ passwdfile\fR] +[\c .BI \-h \ ldaphost\fR] [\c .BI \-p \ ldapport\fR] @@ -198,6 +202,10 @@ This is used instead of specifying the password on the command line. .BI \-w \ passwd Use \fIpasswd\fP as the password for simple authentication. .TP +.BI \-y \ passwdfile +Use complete contents of \fIpasswdfile\fP as the password for +simple authentication. +.TP .BI \-H \ ldapuri Specify URI(s) referring to the ldap server(s). .TP diff --git a/doc/man/man1/ldapmodrdn.1 b/doc/man/man1/ldapmodrdn.1 index 74d0ac8341..f44eed64cd 100644 --- a/doc/man/man1/ldapmodrdn.1 +++ b/doc/man/man1/ldapmodrdn.1 @@ -31,6 +31,8 @@ ldapmodrdn \- LDAP rename entry tool [\c .BI \-w \ passwd\fR] [\c +.BI \-y \ passwdfile\fR] +[\c .BI \-H \ ldapuri\fR] [\c .BI \-h \ ldaphost\fR] @@ -130,6 +132,10 @@ This is used instead of specifying the password on the command line. .B \-w passwd Use \fIpasswd\fP as the password for simple authentication. .TP +.BI \-y \ passwdfile +Use complete contents of \fIpasswdfile\fP as the password for +simple authentication. +.TP .BI \-H \ ldapuri Specify URI(s) referring to the ldap server(s). .TP diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index c5f43afa9c..6ebd4195d2 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -35,7 +35,9 @@ ldapsearch \- LDAP search tool [\c .BR \-W ] [\c -.BI \-w \ bindpasswd\fR] +.BI \-w \ passwd\fR] +[\c +.BI \-y \ passwdfile\fR] [\c .BI \-H \ ldapuri\fR] [\c @@ -174,8 +176,12 @@ Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory. 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. +.BI \-w \ passwd +Use \fIpasswd\fP as the password for simple authentication. +.TP +.BI \-y \ passwdfile +Use complete contents of \fIpasswdfile\fP as the password for +simple authentication. .TP .BI \-H \ ldapuri Specify URI(s) referring to the ldap server(s). -- 2.39.5