From 32d683f38300db240a8b8f560c2906ad4a0d3d44 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 19 Nov 2005 15:17:08 +0000 Subject: [PATCH] document new behavior & configuration items --- doc/man/man5/slapo-chain.5 | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/doc/man/man5/slapo-chain.5 b/doc/man/man5/slapo-chain.5 index 27f9b5a2ba..3fc2b5b06d 100644 --- a/doc/man/man5/slapo-chain.5 +++ b/doc/man/man5/slapo-chain.5 @@ -33,7 +33,7 @@ database or to other stacked overlays. .LP There are no chain overlay specific directives; however, directives -related to the \fIldap\fP database that is implicitly instantiated +related to the \fIslapd-ldap\fP database that is implicitly instantiated by the overlay may assume a special meaning when used in conjunction with this overlay. They are described in .BR slapd-ldap (5). @@ -42,8 +42,11 @@ with this overlay. They are described in This directive adds the chain overlay to the current backend. The chain overlay may be used with any backend, but it is mainly intended for use with local storage backends that may return referrals. -It is useless in conjunction with the \fIldap\fP and \fImeta\fP backends -because they already exploit the libldap specific referral chase feature. +It is useless in conjunction with the \fIslapd-ldap\fP and \fIslapd-meta\fP +backends because they already exploit the libldap specific referral chase +feature. +[Note: this may change in the future, as \fBslapd-ldap\fP(5) and +\fBslapd-meta\fP(5) might no longer chase referrals on their own.] .TP .B chain-uri This directive instructs the underlying ldap database about which @@ -57,16 +60,23 @@ be required, as shown here: .LP .RS .nf -chain-idassert-method "simple" -chain-idassert-authcDN "cn=Auth,dc=example,dc=com" -chain-idassert-passwd "secret" -chain-idassert-mode "self" +chain-idassert-bind bindmethod="simple" + binddn="cn=Auth,dc=example,dc=com" + credentials="secret" + mode="self" .fi .RE .LP Any valid directives for the ldap database may be used; see .BR slapd-ldap (5) for details. +Multiple occurrences of the \fBchain-uri\fP directive may appear, +to define multiple "trusted" URIs where operations with +\fIidentity assertion\fP are chained. +All URIs not listed in the configuration are chained anonymously. +All \fBslapd-ldap\fP(5) directives appearing before the first +occurrence of \fBchain-uri\fP are shared among all operations, +unless specifically overridden inside each URI configuration. .SH FILES .TP ETCDIR/slapd.conf -- 2.39.5