mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
document ITS#4546 "single-conn" feature
This commit is contained in:
parent
1c16fa382a
commit
0369560017
2 changed files with 8 additions and 0 deletions
|
|
@ -313,6 +313,10 @@ used by the client, otherwise the requested protocol is used.
|
|||
The proxy returns \fIunwillingToPerform\fP if an operation that is
|
||||
incompatible with the requested protocol is attempted.
|
||||
|
||||
.TP
|
||||
.B single\-conn {NO|yes}
|
||||
Discards current cached connection when the client rebinds.
|
||||
|
||||
.TP
|
||||
.B proxy\-whoami {NO|yes}
|
||||
Turns on proxying of the WhoAmI extended operation. If this option is
|
||||
|
|
|
|||
|
|
@ -148,6 +148,10 @@ identity to be deferred until actually needed by subsequent operations.
|
|||
If this option is given, the client's bind credentials are remembered
|
||||
for rebinds when chasing referrals.
|
||||
|
||||
.TP
|
||||
.B single\-conn {NO|yes}
|
||||
Discards current cached connection when the client rebinds.
|
||||
|
||||
.SH TARGET SPECIFICATION
|
||||
Target specification starts with a "uri" directive:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue