]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9633 fix test030 - turn off referral chasing in back-ldap
authorHoward Chu <hyc@openldap.org>
Sat, 14 Aug 2021 16:14:10 +0000 (17:14 +0100)
committerOndřej Kuzník <ondra@openldap.org>
Wed, 8 Sep 2021 14:43:36 +0000 (14:43 +0000)
tests/data/slapd-relay.conf

index 94b71860252b46848a64797d8597f6cb6a41df93..dcaf21a576d97c04b4d24c35c97aa9571509a8e0 100644 (file)
@@ -56,6 +56,7 @@ suffix                "o=Example,c=US"
 #relay-relay#rwm-map           attribute uid dc
 ### back-ldap needs explicit instantiation of the rwm overlay
 #relay-ldap#uri                "@URI1@"
+#relay-ldap#chase-referrals no
 #relay-ldap#overlay            rwm
 #relay-ldap#rwm-suffixmassage  "dc=example,dc=com"
 #relay-ldap#rwm-map            objectClass groupOfNames groupOfUniqueNames
@@ -77,6 +78,7 @@ suffix                "o=Esempio,c=IT"
 #relay-relay#rwm-suffixmassage "dc=example,dc=com"
 ### back-ldap needs URI
 #relay-ldap#uri                "@URI1@"
+#relay-ldap#chase-referrals no
 #relay-ldap#overlay            rwm
 #relay-ldap#rwm-suffixmassage  "dc=example,dc=com"
 #relay-meta#uri                "@URI1@o=Esempio,c=IT"
@@ -90,6 +92,7 @@ suffix                "o=Beispiel,c=DE"
 #relay-relay#rwm-suffixmassage "dc=example,dc=com"
 ### back-ldap needs explicit instantiation of the rwm overlay
 #relay-ldap#uri                "@URI1@"
+#relay-ldap#chase-referrals no
 #relay-ldap#overlay            rwm
 #relay-ldap#rwm-suffixmassage  "dc=example,dc=com"
 #relay-meta#uri                "@URI1@o=Beispiel,c=DE"