]> git.sur5r.net Git - openldap/blobdiff - doc/guide/admin/overlays.sdf
Add www rule for webmaster use
[openldap] / doc / guide / admin / overlays.sdf
index 6f46fd96b0d5a8f9aeea208ccd335b5032e7add8..f89ab2a6bf6a542ab945ab14d4fab70639ed2ada 100644 (file)
@@ -112,6 +112,9 @@ definitions:
 >                                   mode="self"
 >        chain-tls                  start
 >        chain-return-error         TRUE 
+
+Add this below your {{syncrepl}} statement:
+
 >        updateref                  "ldap://ldapmaster.example.com/"
 
 The {{B:chain-tls}} statement enables TLS from the slave to the ldap master. 
@@ -153,6 +156,16 @@ Note: You can clearly see the PROXYAUTHZ line on the master, indicating the
 proper identity assertion for the update on the master. Also note the slave 
 immediately receiving the Syncrepl update from the master.
 
+H3: Handling Chaining Errors
+
+By default, if chaining fails, the original referral is returned to the client
+under the assumption that the client might want to try and follow the referral.
+
+With the following directive however, if the chaining fails at the provider 
+side, the actual error is returned to the client.
+
+>        chain-return-error TRUE
+
 
 H2: Constraints