From 3d4c4c5fa3596646e98fa50f8f735ffc1cbe8240 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 23 Apr 2007 07:33:15 +0000 Subject: r22478: Update the LDAP backend code to handle initialisation of multiple partitions onto the target LDAP server. Make the LDAP provision run before smbd starts, then stop the LDAP server. This ensures this occurs synchronously, We then restart it for the 'real run' (with slapd's stdin being the FIFO). This required fixing a few things in the provision scripts, with more containers being created via a add/modify pair. Andrew Bartlett (This used to be commit 860dfa4ea1ab2b62d4d4fe0644e0a9b882fdafa1) --- source4/setup/provision_schema_basedn.ldif | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 source4/setup/provision_schema_basedn.ldif (limited to 'source4/setup/provision_schema_basedn.ldif') diff --git a/source4/setup/provision_schema_basedn.ldif b/source4/setup/provision_schema_basedn.ldif new file mode 100644 index 0000000000..7b4f599072 --- /dev/null +++ b/source4/setup/provision_schema_basedn.ldif @@ -0,0 +1,9 @@ +############################### +# Schema Naming Context +############################### +dn: ${SCHEMADN} +objectClass: top +objectClass: dMD +${EXTENSIBLEOBJECT} +${ACI} +cn: Schema -- cgit