]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Clarify lloadd.conf example
authorOndřej Kuzník <ondra@mistotebe.net>
Mon, 10 Nov 2025 17:47:05 +0000 (17:47 +0000)
committerOndřej Kuzník <ondra@mistotebe.net>
Tue, 11 Nov 2025 16:35:04 +0000 (16:35 +0000)
doc/man/man5/lloadd.conf.5

index 114fc950e11716891c1dadfaba0397b0068b7f48..d5bd14cbbbf4d0e9c0689a9444e0c13f15de4b1b 100644 (file)
@@ -27,15 +27,21 @@ The general format of
 is as follows:
 .LP
 .nf
+    # The following two lines should only be present if configured as a
+    # slapd module:
+    backend lload
+    listen <URIs to be managed by lloadd>
     # comment - these options apply to the server as a whole
     <global configuration options>
+    # first tier definition
+    tier <strategy>
     # first backend definition
     backend-server <backend 1 definition>
-    # subsequent backend definitions
+    # subsequent backend/tier definitions
     ...
 .fi
 .LP
-As many backend servers may be configured as desired.
+As many tiers and backend servers may be configured as desired.
 .LP
 If a line begins with white space, it is considered a continuation
 of the previous line.  No physical line should be over 2000 bytes