]> git.sur5r.net Git - openldap/commitdiff
Add -x flag (simple bind)
authorKurt Zeilenga <kurt@openldap.org>
Sun, 16 Jul 2000 00:52:04 +0000 (00:52 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 16 Jul 2000 00:52:04 +0000 (00:52 +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 8d3f4179f1cbe11f923ab37e123a50a4283e0586..fee6abc83b6f1da0d97835668060e3cc21b67dcf 100644 (file)
@@ -41,6 +41,8 @@ ldapdelete \- LDAP delete entry tool
 [\c
 .BI \-U \ username\fR]
 [\c
+.BR \-x ]
+[\c
 .BI \-X \ authzid\fR]
 [\c
 .BI \-Y \ mech\fR]
@@ -107,6 +109,9 @@ each line.  In this case, the \fIfilter\fP given on the command line
 is treated as a pattern where the first occurrence of \fB%s\fP is
 replaced with a line from \fIfile\fP.
 .TP
+.B \-x 
+Use simple authentication instead of SASL.
+.TP
 .BI \-D \ binddn
 Use \fIbinddn\fP to bind to the LDAP directory. \fIbinddn\fP should be
 a string-represented DN as defined in RFC 1779.
index 65a1acbeff14bece9b5f55627a23fc0068be4faf..113fdac77872c60957e9574d91f1d18b210c087b 100644 (file)
@@ -45,6 +45,8 @@ ldapmodify, ldapadd \- LDAP modify entry and LDAP add entry tools
 [\c
 .BI \-U \ username\fR]
 [\c
+.BR \-x ]
+[\c
 .BI \-X \ authzid\fR]
 [\c
 .BI \-Y \ mech\fR]
@@ -178,6 +180,9 @@ must be compiled with LDAP_DEBUG defined for this option to have any effect.
 Read the entry modification information from \fIfile\fP instead of from
 standard input.
 .TP
+.B \-x 
+Use simple authentication instead of SASL.
+.TP
 .BI \-D \ binddn
 Use \fIbinddn\fP to bind to the LDAP directory. \fIbinddn\fP should be
 a string-represented DN as defined in RFC 1779.
index 4865e4110ef0b6d41967470f7697827b2871475e..1a9ccf45de25e37e27f0aaa6b666242d5e50ed3d 100644 (file)
@@ -41,6 +41,8 @@ ldapmodrdn \- LDAP rename entry tool
 [\c
 .BI \-U \ username\fR]
 [\c
+.BR \-x ]
+[\c
 .BI \-X \ authzid\fR]
 [\c
 .BI \-Y \ mech\fR]
@@ -109,6 +111,9 @@ compiled with LDAP_DEBUG defined for this option to have any effect.
 Read the entry modification information from \fIfile\fP instead of from
 standard input or the command-line.
 .TP
+.B \-x 
+Use simple authentication instead of SASL.
+.TP
 .B \-D binddn
 Use \fIbinddn\fP to bind to the LDAP directory. \fIbinddn\fP should be
 a string-represented DN as defined in RFC 1779.
index b599b99ae09d0a051047f4ebf55f96f886293312..e79f560c14e9c480c0a890d7bf12e65d8a5c426a 100644 (file)
@@ -37,6 +37,8 @@ ldappasswd \- change the password of an LDAP entry
 [\c
 .BI \-U \ username\fR]
 [\c
+.BR \-x ]
+[\c
 .BI \-X \ authzid\fR]
 [\c
 .BI \-Y \ mech\fR]
@@ -66,6 +68,9 @@ Set the old password to \fIoldPasswd\fP.
 .B \-C
 Automatically chase referrals.
 .TP
+.B \-x 
+Use simple authentication instead of SASL.
+.TP
 .BI \-D \ binddn
 Use \fIbinddn\fP to bind to the LDAP directory. \fIbinddn\fP should
 be a string-represented DN as defined in RFC 2253.
index 261c8eb062154f9ab1ec96a3699d39127d3d3229..6f8772126c4eeeb870f0091295413b901a2f0e5a 100644 (file)
@@ -57,6 +57,8 @@ ldapsearch \- LDAP search tool
 [\c
 .BI \-U \ username\fR]
 [\c
+.BR \-x ]
+[\c
 .BI \-X \ authzid\fR]
 [\c
 .BI \-Y \ mech\fR]
@@ -155,6 +157,9 @@ is treated as a pattern where the first occurrence of \fB%s\fP is
 replaced with a line from \fIfile\fP.  If \fIfile\fP is a single \fI-\fP
 character, then the lines are read from standard input.
 .TP
+.B \-x 
+Use simple authentication instead of SASL.
+.TP
 .BI \-D \ binddn
 Use \fIbinddn\fP to bind to the LDAP directory. \fIbinddn\fP should be
 a string-represented DN as defined in RFC 1779.