конфигурация backend для slapd (configuration backend to slapd)
DYNAMIC MODULE OPTIONS
If slapd
is compiled with --enable-modules then the module-
related entries will be available. These entries are named
cn=module{x},cn=config
and must have the olcModuleList
objectClass. One entry should be created per olcModulePath.
Normally the config engine generates the "{x}" index in the RDN
automatically, so it can be omitted when initially loading these
entries.
olcModuleLoad: <filename> [<arguments>...]
Specify the name of a dynamically loadable module to load
and any additional arguments if supported by the module.
The filename may be an absolute path name or a simple
filename. Non-absolute names are searched for in the
directories specified by the olcModulePath
option.
olcModulePath: <pathspec>
Specify a list of directories to search for loadable
modules. Typically the path is colon-separated but this
depends on the operating system. The default is
MODULEDIR, which is where the standard OpenLDAP install
will place its modules.