# 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,
# 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
#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