]> git.sur5r.net Git - openldap/commitdiff
Switch example slapd.conf to use mdb instead of bdb
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 19 Sep 2013 21:23:11 +0000 (14:23 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 29 Jan 2016 19:06:24 +0000 (13:06 -0600)
servers/slapd/slapd.conf

index 4938b851b00b71f85fcc4fb7a0ffb92e1eae5650..20e8a84f8a1b3d687d38059cb5ea88e92c82b147 100644 (file)
@@ -15,8 +15,7 @@ argsfile      %LOCALSTATEDIR%/run/slapd.args
 
 # Load dynamic backend modules:
 # modulepath   %MODULEDIR%
-# moduleload   back_bdb.la
-# moduleload   back_hdb.la
+# moduleload   back_mdb.la
 # moduleload   back_ldap.la
 
 # Sample security restrictions
@@ -50,7 +49,7 @@ argsfile      %LOCALSTATEDIR%/run/slapd.args
 # BDB database definitions
 #######################################################################
 
-database       bdb
+database       mdb
 suffix         "dc=my-domain,dc=com"
 rootdn         "cn=Manager,dc=my-domain,dc=com"
 # Cleartext passwords, especially for the rootdn, should