summaryrefslogtreecommitdiff
path: root/source4/setup/provision_partitions.ldif
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-05 20:10:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:36:57 -0500
commit8a2636af4ac675ca427d5e1999672141a560e3c2 (patch)
tree144865d57ebd92fa4e810ba6fd135f3620b5b86a /source4/setup/provision_partitions.ldif
parent102e4840b3bc11cc84a0ecb784190e7501277ac4 (diff)
downloadsamba-8a2636af4ac675ca427d5e1999672141a560e3c2.tar.gz
samba-8a2636af4ac675ca427d5e1999672141a560e3c2.tar.bz2
samba-8a2636af4ac675ca427d5e1999672141a560e3c2.zip
r20560: make it possible to configure the backend and modules
for all partitions and make it not use LDAP in the variable names because it isn't specific to the ldap backend case. metze (This used to be commit 3e337ec2764038e4ff05c3e926220abaa5583702)
Diffstat (limited to 'source4/setup/provision_partitions.ldif')
-rw-r--r--source4/setup/provision_partitions.ldif12
1 files changed, 6 insertions, 6 deletions
diff --git a/source4/setup/provision_partitions.ldif b/source4/setup/provision_partitions.ldif
index b713e4e31d..3988c16610 100644
--- a/source4/setup/provision_partitions.ldif
+++ b/source4/setup/provision_partitions.ldif
@@ -1,13 +1,13 @@
dn: @PARTITION
-partition: ${SCHEMADN}:schema.ldb
-partition: ${CONFIGDN}:configuration.ldb
-partition: ${DOMAINDN}:${LDAPBACKEND}
+partition: ${SCHEMADN}:${SCHEMADN_LDB}
+partition: ${CONFIGDN}:${CONFIGDN_LDB}
+partition: ${DOMAINDN}:${DOMAINDN_LDB}
replicateEntries: @SUBCLASSES
replicateEntries: @ATTRIBUTES
replicateEntries: @INDEXLIST
-modules:${SCHEMADN}:objectguid
-modules:${CONFIGDN}:objectguid
-modules:${DOMAINDN}:${LDAPMODULES}
+modules:${SCHEMADN}:${SCHEMADN_MOD}
+modules:${CONFIGDN}:${CONFIGDN_MOD}
+modules:${DOMAINDN}:${DOMAINDN_MOD}
#Add modules to the list to activate them by default
#beware often order is important