Switch example slapd.conf to use mdb instead of bdb

This commit is contained in:
Quanah Gibson-Mount 2013-09-19 14:23:11 -07:00
parent 4562f89a90
commit 74c52fb136

View 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