From: Kurt Zeilenga Date: Sun, 16 Jul 2000 00:52:04 +0000 (+0000) Subject: Add -x flag (simple bind) X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2434 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=76f3601c3b3235440dbe47bcd71c2154bff0f073;p=openldap Add -x flag (simple bind) --- diff --git a/doc/man/man1/ldapdelete.1 b/doc/man/man1/ldapdelete.1 index 8d3f4179f1..fee6abc83b 100644 --- a/doc/man/man1/ldapdelete.1 +++ b/doc/man/man1/ldapdelete.1 @@ -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. diff --git a/doc/man/man1/ldapmodify.1 b/doc/man/man1/ldapmodify.1 index 65a1acbeff..113fdac778 100644 --- a/doc/man/man1/ldapmodify.1 +++ b/doc/man/man1/ldapmodify.1 @@ -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. diff --git a/doc/man/man1/ldapmodrdn.1 b/doc/man/man1/ldapmodrdn.1 index 4865e4110e..1a9ccf45de 100644 --- a/doc/man/man1/ldapmodrdn.1 +++ b/doc/man/man1/ldapmodrdn.1 @@ -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. diff --git a/doc/man/man1/ldappasswd.1 b/doc/man/man1/ldappasswd.1 index b599b99ae0..e79f560c14 100644 --- a/doc/man/man1/ldappasswd.1 +++ b/doc/man/man1/ldappasswd.1 @@ -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. diff --git a/doc/man/man1/ldapsearch.1 b/doc/man/man1/ldapsearch.1 index 261c8eb062..6f8772126c 100644 --- a/doc/man/man1/ldapsearch.1 +++ b/doc/man/man1/ldapsearch.1 @@ -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.