From: Ondřej Kuzník Date: Mon, 10 Nov 2025 17:47:05 +0000 (+0000) Subject: Clarify lloadd.conf example X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bf78d4bfbd1fcecdf20cac1cba78f1a9779a977;p=thirdparty%2Fopenldap.git Clarify lloadd.conf example --- diff --git a/doc/man/man5/lloadd.conf.5 b/doc/man/man5/lloadd.conf.5 index 114fc950e1..d5bd14cbbb 100644 --- a/doc/man/man5/lloadd.conf.5 +++ b/doc/man/man5/lloadd.conf.5 @@ -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 # comment - these options apply to the server as a whole + # first tier definition + tier # first backend definition backend-server - # 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