mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
ITS#9646 - Fix verbiage for the try-propagate option
This commit is contained in:
parent
688eaa5b5f
commit
bc05849a8d
3 changed files with 9 additions and 7 deletions
|
|
@ -474,10 +474,11 @@ connection unless the URI directive protocol scheme is \fBldaps://\fP.
|
|||
In that case this keyword may only be set to "ldaps" and the StartTLS
|
||||
operation will not be used.
|
||||
|
||||
\fBpropagate\fP issues the StartTLS operation only if the original
|
||||
connection did.
|
||||
With \fBpropagate\fP, the proxy issues the StartTLS operation only if
|
||||
the original connection has a TLS layer set up.
|
||||
The \fBtry\-\fP prefix instructs the proxy to continue operations
|
||||
if the StartTLS operation failed; its use is highly deprecated.
|
||||
if the StartTLS operation failed; its use is \fBnot\fP recommended.
|
||||
|
||||
The TLS settings default to the same as the main slapd TLS settings,
|
||||
except for
|
||||
.B tls_reqcert
|
||||
|
|
|
|||
|
|
@ -626,7 +626,7 @@ connection unless the URI directive protocol scheme is \fBldaps://\fP.
|
|||
In that case this keyword may only be set to "ldaps" and the StartTLS
|
||||
operation will not be used.
|
||||
|
||||
With \fBpropagate\fP, the proxy issues StartTLS operation only if
|
||||
With \fBpropagate\fP, the proxy issues the StartTLS operation only if
|
||||
the original connection has a TLS layer set up.
|
||||
The \fBtry\-\fP prefix instructs the proxy to continue operations
|
||||
if the StartTLS operation failed; its use is \fBnot\fP recommended.
|
||||
|
|
|
|||
|
|
@ -754,10 +754,11 @@ connection unless the URI directive protocol scheme is \fBldaps://\fP.
|
|||
In that case this keyword may only be set to "ldaps" and the StartTLS
|
||||
operation will not be used.
|
||||
|
||||
\fBpropagate\fP issues the StartTLS operation only if the original
|
||||
connection did.
|
||||
With \fBpropagate\fP, the proxy issues the StartTLS operation only if
|
||||
the original connection has a TLS layer set up.
|
||||
The \fBtry\-\fP prefix instructs the proxy to continue operations
|
||||
if the StartTLS operation failed; its use is highly deprecated.
|
||||
if the StartTLS operation failed; its use is \fBnot\fP recommended.
|
||||
|
||||
The TLS settings default to the same as the main slapd TLS settings,
|
||||
except for
|
||||
.B tls_reqcert
|
||||
|
|
|
|||
Loading…
Reference in a new issue