mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 04:59:39 -05:00
s/ldbm/hdb/
This commit is contained in:
parent
b5fd7e342a
commit
fd2d6bcca3
3 changed files with 3 additions and 3 deletions
|
|
@ -103,7 +103,7 @@ SLAPD_OBJECTS = $(@PLAT@_SLAPD_OBJECTS)
|
|||
# we want to export EVERY global symbol that it knows about (NOT including
|
||||
# symbols that are imported from other DLLs). The set of symbols to
|
||||
# export INCLUDES symbols from all static libraries that slapd gets
|
||||
# linked with, e.g. avl, ldbm, lunicode, lutil, etc. This list
|
||||
# linked with, e.g. avl, lunicode, lutil, etc. This list
|
||||
# will also include liblber and libldap_r if they were built as static
|
||||
# libraries. ALSO included will be symbols from other STATIC libraries
|
||||
# outside the domain of the OpenLDAP source tree, e.g. regex, ltdl,
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ argsfile %LOCALSTATEDIR%/run/slapd.args
|
|||
# Load dynamic backend modules:
|
||||
# modulepath %MODULEDIR%
|
||||
# moduleload back_bdb.la
|
||||
# moduleload back_hdb.la
|
||||
# moduleload back_ldap.la
|
||||
# moduleload back_ldbm.la
|
||||
# moduleload back_passwd.la
|
||||
# moduleload back_shell.la
|
||||
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@ olcPidFile: %LOCALSTATEDIR%/run/slapd.pid
|
|||
#objectClass: olcModuleList
|
||||
#olcModulepath: %MODULEDIR%
|
||||
#olcModuleload: back_bdb.la
|
||||
#olcModuleload: back_hdb.la
|
||||
#olcModuleload: back_ldap.la
|
||||
#olcModuleload: back_ldbm.la
|
||||
#olcModuleload: back_passwd.la
|
||||
#olcModuleload: back_shell.la
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue