]> git.sur5r.net Git - openldap/commitdiff
Add -I/-Q SASL mode options
authorKurt Zeilenga <kurt@openldap.org>
Mon, 17 Jul 2000 02:43:41 +0000 (02:43 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 17 Jul 2000 02:43:41 +0000 (02:43 +0000)
doc/man/man1/ldapdelete.1
doc/man/man1/ldapmodify.1
doc/man/man1/ldapmodrdn.1
doc/man/man1/ldappasswd.1
doc/man/man1/ldapsearch.1

index fee6abc83b6f1da0d97835668060e3cc21b67dcf..ec231f8a1ba49595fadaecdbc89bfc39f16c3f77 100644 (file)
@@ -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.
index 113fdac77872c60957e9574d91f1d18b210c087b..6c001b38c6a429c9fdbdcd98f22bc09a222c09e4 100644 (file)
@@ -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.
index 1a9ccf45de25e37e27f0aaa6b666242d5e50ed3d..56d4b9c00f18545caf4ac2a6c9bfbfd179a4eba2 100644 (file)
@@ -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.
index e79f560c14e9c480c0a890d7bf12e65d8a5c426a..e5c3aba0a5d043188c9d3c3066c335528040e9fc 100644 (file)
@@ -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.
index 6f8772126c4eeeb870f0091295413b901a2f0e5a..6df7eac3a24a0cdd692efc290b1c7c1e2bc09c6e 100644 (file)
@@ -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.