mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
document the use of "rebind-as-user" to rebind when re-establishing a broken connection (ITS#4715)
This commit is contained in:
parent
53cd4a88d7
commit
5c236d9df5
2 changed files with 10 additions and 3 deletions
|
|
@ -396,8 +396,11 @@ attribute of the database entry in the configuration backend.
|
|||
.TP
|
||||
.B rebind-as-user {NO|yes}
|
||||
If this option is given, the client's bind credentials are remembered
|
||||
for rebinds when chasing referrals. Useful when
|
||||
\fBchase-referrals\fP is set to \fByes\fP, useless otherwise.
|
||||
for rebinds, when trying to re-establish a broken connection,
|
||||
or when chasing a referral, if
|
||||
.B chase-referrals
|
||||
is set to
|
||||
.IR yes .
|
||||
|
||||
.TP
|
||||
.B single\-conn {NO|yes}
|
||||
|
|
|
|||
|
|
@ -163,7 +163,11 @@ it affects all targets with the same pattern.
|
|||
.TP
|
||||
.B rebind-as-user {NO|yes}
|
||||
If this option is given, the client's bind credentials are remembered
|
||||
for rebinds when chasing referrals.
|
||||
for rebinds, when trying to re-establish a broken connection,
|
||||
or when chasing a referral, if
|
||||
.B chase-referrals
|
||||
is set to
|
||||
.IR yes .
|
||||
|
||||
.TP
|
||||
.B single\-conn {NO|yes}
|
||||
|
|
|
|||
Loading…
Reference in a new issue