The file ETCDIR/lloadd.conf
contains configuration information
for the lloadd(8)daemon.
The lloadd.conf
file consists of a series of global configuration
options that apply to lloadd
as a whole (including all backends),
followed by zero or more backend definitions that contain
information specific how a backend instance should be contacted.
The configuration options are case-insensitive; their value, on a
case by case basis, may be case-sensitive.
The general format of lloadd.conf
is as follows:
# comment - these options apply to the server as a whole
<global configuration options>
# first backend definition
backend-server <backend 1 definition>
# subsequent backend definitions
...
As many backend servers may be configured as desired.
If a line begins with white space, it is considered a
continuation of the previous line. No physical line should be
over 2000 bytes long.
Blank lines and comment lines beginning with a `#' character are
ignored. Note: continuation lines are unwrapped before comment
processing is applied.
Arguments on configuration lines are separated by white space. If
an argument contains white space, the argument should be enclosed
in double quotes. If an argument contains a double quote (`"')
or a backslash character (`\'), the character should be preceded
by a backslash character.
The specific configuration options available are discussed below
in the Global Configuration Options and General Backend Options.
Refer to the "OpenLDAP Administrator's Guide" for more details on
the lloadd configuration file.