From 77bcae65691212433c95d406447a96118eea585b Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 24 Oct 2006 20:02:38 +0000 Subject: [PATCH] import fix to ITS#4715 from HEAD --- CHANGES | 1 + doc/man/man5/slapd-ldap.5 | 7 +++++-- doc/man/man5/slapd-meta.5 | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index a24bb4b817..4c6d03f1e3 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,7 @@ OpenLDAP 2.3 Change Log OpenLDAP 2.3.29 Engineering Documentation + Fixed slapd-ldap/meta(5) rebind-as-user usage (ITS#4715) Fixed slapd-ldap/meta(5) missing network-timeout (ITS#4718) OpenLDAP 2.3.28 Release diff --git a/doc/man/man5/slapd-ldap.5 b/doc/man/man5/slapd-ldap.5 index fa1edc7d98..46952f1c21 100644 --- a/doc/man/man5/slapd-ldap.5 +++ b/doc/man/man5/slapd-ldap.5 @@ -335,8 +335,11 @@ in conjunction with Proxy Authorization. .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 t-f-support {NO|yes|discover} diff --git a/doc/man/man5/slapd-meta.5 b/doc/man/man5/slapd-meta.5 index 82cb4f32d8..7b3af28bbb 100644 --- a/doc/man/man5/slapd-meta.5 +++ b/doc/man/man5/slapd-meta.5 @@ -146,7 +146,11 @@ identity to be deferred until actually needed by subsequent operations. .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 . .SH TARGET SPECIFICATION Target specification starts with a "uri" directive: -- 2.39.5