summaryrefslogtreecommitdiff
path: root/source4/setup/slapd.conf
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-10-01 21:07:07 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:07:37 -0500
commitb6678a276cdf0dde4848175d165b7ca62f73bce5 (patch)
treeba389e5897d259a830bd9d2e8ddb69896b6db303 /source4/setup/slapd.conf
parentce7bccef5fa41d5445a97f32daf387c9ed85030e (diff)
downloadsamba-b6678a276cdf0dde4848175d165b7ca62f73bce5.tar.gz
samba-b6678a276cdf0dde4848175d165b7ca62f73bce5.tar.bz2
samba-b6678a276cdf0dde4848175d165b7ca62f73bce5.zip
r25450: Make it easier to test with a particular version of OpenLDAP, by
setting OPENLDAP_PATH, move to using hdb as the backend (allows subtree renames), and re-enable the --quiet option. Andrew Bartlett (This used to be commit a186a0fa68cdcfb3abd430534657e5e278a5ebda)
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}