файл конфигурации для lloadd, автономного демона LDAP (configuration file for lloadd, the stand-alone LDAP daemon)
SLAPD INTEGRATION
Note that when lloadd is configured as a slapd module, any option
that shares the same name as an option in slapd.conf(5), the
slapd interpretation wins and the lloadd option mentioned is
unavailable through slapd.conf(5) directly, instead, it would
have to be configured via a dedicated attribute in cn=config. In
particular, unless the TLSShareSlapdCTX option is set, lloadd
keeps its own TLS context which cannot be configured except
through the dynamic configuration.
An additional option is available when running as a slapd module:
listen <listen URIs>
The URIs the Load Balancer module should listen on. Must
not overlap with the ones that slapd uses for its own
listening sockets. The related cn=config attribute is
olcBkLloadListen with each URI provided as a separate
value. No changes to this attribute made after the server
has started up will take effect until it is restarted.