mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Add -x flag (simple bind)
This commit is contained in:
parent
d18737073c
commit
76f3601c3b
5 changed files with 25 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue