mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Add note that for SASL binds, the binddn is expected to be ignored
by the server.
This commit is contained in:
parent
6e92049f48
commit
274ae9e18a
7 changed files with 7 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ Use simple authentication instead of SASL.
|
|||
.TP
|
||||
.BI \-D \ binddn
|
||||
Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
|
||||
For SASL Binds, the server is expected to ignore this value.
|
||||
.TP
|
||||
.B \-W
|
||||
Prompt for simple authentication.
|
||||
|
|
|
|||
|
|
@ -106,6 +106,7 @@ Use simple authentication instead of SASL.
|
|||
.TP
|
||||
.BI \-D \ binddn
|
||||
Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
|
||||
For SASL Binds, the server is expected to ignore this value.
|
||||
.TP
|
||||
.B \-W
|
||||
Prompt for simple authentication.
|
||||
|
|
|
|||
|
|
@ -170,6 +170,7 @@ Use simple authentication instead of SASL.
|
|||
.TP
|
||||
.BI \-D \ binddn
|
||||
Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
|
||||
For SASL Binds, the server is expected to ignore this value.
|
||||
.TP
|
||||
.B \-W
|
||||
Prompt for simple authentication.
|
||||
|
|
|
|||
|
|
@ -112,6 +112,7 @@ Use simple authentication instead of SASL.
|
|||
.TP
|
||||
.B \-D binddn
|
||||
Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
|
||||
For SASL Binds, the server is expected to ignore this value.
|
||||
.TP
|
||||
.B \-W
|
||||
Prompt for simple authentication.
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@ Use simple authentication instead of SASL.
|
|||
.TP
|
||||
.BI \-D \ binddn
|
||||
Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
|
||||
For SASL Binds, the server is expected to ignore this value.
|
||||
.TP
|
||||
.BI \-d \ debuglevel
|
||||
Set the LDAP debugging level to \fIdebuglevel\fP.
|
||||
|
|
|
|||
|
|
@ -188,6 +188,7 @@ Use simple authentication instead of SASL.
|
|||
.TP
|
||||
.BI \-D \ binddn
|
||||
Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
|
||||
For SASL Binds, the server is expected to ignore this value.
|
||||
.TP
|
||||
.B \-W
|
||||
Prompt for simple authentication.
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ Use simple authentication instead of SASL.
|
|||
.TP
|
||||
.BI \-D \ binddn
|
||||
Use the Distinguished Name \fIbinddn\fP to bind to the LDAP directory.
|
||||
For SASL Binds, the server is expected to ignore this value.
|
||||
.TP
|
||||
.B \-W
|
||||
Prompt for simple authentication.
|
||||
|
|
|
|||
Loading…
Reference in a new issue