From: Pierangelo Masarati Date: Tue, 9 May 2006 22:00:36 +0000 (+0000) Subject: import fixes to ITS#4488,4497 and related documentation X-Git-Tag: OPENLDAP_REL_ENG_2_3_22~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1da15c6f2b51d99c096ebab8acd25e8ed2137561;p=openldap import fixes to ITS#4488,4497 and related documentation --- 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