]> git.sur5r.net Git - openldap/commitdiff
s/ldbm/hdb/
authorKurt Zeilenga <kurt@openldap.org>
Sat, 8 Apr 2006 04:21:03 +0000 (04:21 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 8 Apr 2006 04:21:03 +0000 (04:21 +0000)
servers/slapd/Makefile.in
servers/slapd/slapd.conf
servers/slapd/slapd.ldif

index e6dc34ed9054aacb4e7dc88176edf4646ba57c15..03b0f38bc90a4ea4a87566bd212466aaf7699fa8 100644 (file)
@@ -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,
index 2531929648c75629be58c928650e7d837cb5c2b3..eaadebcf37b94d38e83a07b43089721206e0709c 100644 (file)
@@ -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
 
index a8a2ac54e627520e9dd3ed6e5b719a16789fc2b1..d64116f43593236fe40adbdbe97fd60a9a839a5b 100644 (file)
@@ -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