Skip to content
Snippets Groups Projects
Commit fd2d6bcc authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

s/ldbm/hdb/

parent b5fd7e34
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment