summaryrefslogtreecommitdiff
path: root/source4/setup/slapd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'source4/setup/slapd.conf')
-rw-r--r--source4/setup/slapd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/setup/slapd.conf b/source4/setup/slapd.conf
index 34896d04b9..15e3610e3a 100644
--- a/source4/setup/slapd.conf
+++ b/source4/setup/slapd.conf
@@ -21,7 +21,7 @@ include ${LDAPDIR}/modules.conf
defaultsearchbase ${DOMAINDN}
-backend bdb
+backend hdb
database bdb
suffix ${SCHEMADN}
directory ${LDAPDIR}/db/schema
@@ -32,7 +32,7 @@ index objectCategory eq
index lDAPDisplayName eq
index subClassOf eq
-database bdb
+database hdb
suffix ${CONFIGDN}
directory ${LDAPDIR}/db/config
index objectClass eq
@@ -45,7 +45,7 @@ index subClassOf eq
index dnsRoot eq
index nETBIOSName eq pres
-database bdb
+database hdb
suffix ${DOMAINDN}
rootdn ${LDAPMANAGERDN}
rootpw ${LDAPMANAGERPASS}