From 1da15c6f2b51d99c096ebab8acd25e8ed2137561 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 9 May 2006 22:00:36 +0000 Subject: [PATCH] import fixes to ITS#4488,4497 and related documentation --- CHANGES | 2 + doc/man/man5/slapd-ldap.5 | 89 ++++++++++++++++++-------------- doc/man/man5/slapd-meta.5 | 29 +++++++---- servers/slapd/back-ldap/bind.c | 15 ++++-- servers/slapd/back-ldap/config.c | 34 ++++++++++++ servers/slapd/back-ldap/modrdn.c | 20 ++++++- servers/slapd/back-meta/config.c | 26 ++++++++++ servers/slapd/back-meta/conn.c | 14 +++-- servers/slapd/back-meta/modrdn.c | 23 +++++++-- 9 files changed, 190 insertions(+), 62 deletions(-) diff --git a/CHANGES b/CHANGES index 1a9d5714cd..201f08035d 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,8 @@ OpenLDAP 2.3.22 Engineering Fixed slapd thread pool init issue (ITS#4513) Added slapd syncrepl mandatory searchbase check Fixed slapadd cn=config issue (ITS#4194) + Fixed slapd-ldap proxyAuthz of bound identity/override (ITS#4497) + Fixed slapd-ldap/meta protocol version propagation (ITS#4488) Fixed slapd-ldap fd cleanup (ITS#4474) Fixed slapd-ldif deadlock (ITS#4500) Fixed slapo-accesslog log purging issue (ITS#4505) diff --git a/doc/man/man5/slapd-ldap.5 b/doc/man/man5/slapd-ldap.5 index 192ab4fccc..349939953d 100644 --- a/doc/man/man5/slapd-ldap.5 +++ b/doc/man/man5/slapd-ldap.5 @@ -83,10 +83,10 @@ LDAP server to use. Multiple URIs can be set in in a single argument, resulting in the underlying library automatically call the first server of the list that responds, e.g. -\fBuri "ldap://host/ ldap://backup-host"\fP +\fBuri "ldap://host/ ldap://backup-host/"\fP The URI list is space- or comma-separated. -This statement is mandatory. +.\"This statement is mandatory. .\".TP .\".B server .\"Obsolete option; same as `uri ldap:///'. @@ -121,6 +121,33 @@ and .BR acl-passwd . .RE +.TP +.B chase-referrals {YES|no} +enable/disable automatic referral chasing, which is delegated to the +underlying libldap, with rebinding eventually performed if the +\fBrebind-as-user\fP directive is used. The default is to chase referrals. + +.TP +.B conn-ttl