From 44b42ba9c0b0a7148ee596973793dab25bed79bc Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 17 Jul 2000 02:43:41 +0000 Subject: [PATCH] Add -I/-Q SASL mode options --- doc/man/man1/ldapdelete.1 | 13 ++++++++++++- doc/man/man1/ldapmodify.1 | 11 +++++++++++ doc/man/man1/ldapmodrdn.1 | 11 +++++++++++ doc/man/man1/ldappasswd.1 | 11 +++++++++++ doc/man/man1/ldapsearch.1 | 11 +++++++++++ 5 files changed, 56 insertions(+), 1 deletion(-) diff --git a/doc/man/man1/ldapdelete.1 b/doc/man/man1/ldapdelete.1 index fee6abc83b..ec231f8a1b 100644 --- a/doc/man/man1/ldapdelete.1 +++ b/doc/man/man1/ldapdelete.1 @@ -43,6 +43,10 @@ ldapdelete \- LDAP delete entry tool [\c .BR \-x ] [\c +.BR \-I ] +[\c +.BR \-Q ] +[\c .BI \-X \ authzid\fR] [\c .BI \-Y \ mech\fR] @@ -132,7 +136,7 @@ Specify an alternate TCP port where the ldap server is listening. .BI \-P \ 2\fR\||\|\fI3 Specify the LDAP protocol version to use. .TP -.BI \-r +.B \-r Do a recursive delete. If the DN specified isn't a leaf, its children, and all their children are deleted down the tree. No verification is done, so if you add this switch, ldapdelete will @@ -141,6 +145,13 @@ happily delete large portions of your tree. Use with care. .BI \-O \ security-properties Specify SASL security properties. .TP +.B \-I +Enable SASL Interactive mode. Always prompt. Default is to prompt +only as needed. +.TP +.B \-Q +Enable SASL Quiet mode. Never prompt. +.TP .BI \-U \ username Specify the username for SASL bind. The syntax of the username depends on the actual SASL mechanism used. diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1 index 113fdac778..6c001b38c6 100644 --- a/doc/man/man1/ldapmodify.1 +++ b/doc/man/man1/ldapmodify.1 @@ -43,6 +43,10 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools [\c .BR \-O \ security-properties ] [\c +.BR \-I ] +[\c +.BR \-Q ] +[\c .BI \-U \ username\fR] [\c .BR \-x ] @@ -206,6 +210,13 @@ Specify the LDAP protocol version to use. .BI \-O \ security-properties Specify SASL security properties. .TP +.B \-I +Enable SASL Interactive mode. Always prompt. Default is to prompt +only as needed. +.TP +.B \-Q +Enable SASL Quiet mode. Never prompt. +.TP .BI \-U \ username Specify the username for SASL bind. The syntax of the username depends on the actual SASL mechanism used. diff --git a/doc/man/man1/ldapmodrdn.1 b/doc/man/man1/ldapmodrdn.1 index 1a9ccf45de..56d4b9c00f 100644 --- a/doc/man/man1/ldapmodrdn.1 +++ b/doc/man/man1/ldapmodrdn.1 @@ -39,6 +39,10 @@ ldapmodrdn \- LDAP rename entry tool [\c .BR \-O \ security-properties ] [\c +.BR \-I ] +[\c +.BR \-Q ] +[\c .BI \-U \ username\fR] [\c .BR \-x ] @@ -137,6 +141,13 @@ Specify the LDAP protocol version to use. .BI \-O \ security-properties Specify SASL security properties. .TP +.B \-I +Enable SASL Interactive mode. Always prompt. Default is to prompt +only as needed. +.TP +.B \-Q +Enable SASL Quiet mode. Never prompt. +.TP .BI \-U \ username Specify the username for SASL bind. The syntax of the username depends on the actual SASL mechanism used. diff --git a/doc/man/man1/ldappasswd.1 b/doc/man/man1/ldappasswd.1 index e79f560c14..e5c3aba0a5 100644 --- a/doc/man/man1/ldappasswd.1 +++ b/doc/man/man1/ldappasswd.1 @@ -35,6 +35,10 @@ ldappasswd \- change the password of an LDAP entry [\c .BR \-O \ security-properties ] [\c +.BR \-I ] +[\c +.BR \-Q ] +[\c .BI \-U \ username\fR] [\c .BR \-x ] @@ -113,6 +117,13 @@ Use \fIpasswd\fP as the password to bind with. .BI \-O \ security-properties Specify SASL security properties. .TP +.B \-I +Enable SASL Interactive mode. Always prompt. Default is to prompt +only as needed. +.TP +.B \-Q +Enable SASL Quiet mode. Never prompt. +.TP .BI \-U \ username Specify the username for SASL bind. The syntax of the username depends on the actual SASL mechanism used. diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index 6f8772126c..6df7eac3a2 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -55,6 +55,10 @@ ldapsearch \- LDAP search tool [\c .BR \-O \ security-properties ] [\c +.BR \-I ] +[\c +.BR \-Q ] +[\c .BI \-U \ username\fR] [\c .BR \-x ] @@ -228,6 +232,13 @@ the root user may override. .BI \-O \ security-properties Specify SASL security properties. .TP +.B \-I +Enable SASL Interactive mode. Always prompt. Default is to prompt +only as needed. +.TP +.B \-Q +Enable SASL Quiet mode. Never prompt. +.TP .BI \-U \ username Specify the username for SASL bind. The syntax of the username depends on the actual SASL mechanism used. -- 2.39.5