From fd2d6bcca3e6989a293949ce5b436fb51821863e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 8 Apr 2006 04:21:03 +0000 Subject: [PATCH] s/ldbm/hdb/ --- servers/slapd/Makefile.in | 2 +- servers/slapd/slapd.conf | 2 +- servers/slapd/slapd.ldif | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index e6dc34ed90..03b0f38bc9 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -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, diff --git a/servers/slapd/slapd.conf b/servers/slapd/slapd.conf index 2531929648..eaadebcf37 100644 --- a/servers/slapd/slapd.conf +++ b/servers/slapd/slapd.conf @@ -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 diff --git a/servers/slapd/slapd.ldif b/servers/slapd/slapd.ldif index a8a2ac54e6..d64116f435 100644 --- a/servers/slapd/slapd.ldif +++ b/servers/slapd/slapd.ldif @@ -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 -- 2.39.5