svn commit: samba r20683 - in branches/SAMBA_4_0/source/scripting/libjs: .

metze at samba.org metze at samba.org
Thu Jan 11 11:11:34 GMT 2007


Author: metze
Date: 2007-01-11 11:11:34 +0000 (Thu, 11 Jan 2007)
New Revision: 20683

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20683

Log:
load indexes before applying replicated objects,
as for every object the repl_meta_data module needs to look
up the object by objectGUID

metze
Modified:
   branches/SAMBA_4_0/source/scripting/libjs/provision.js


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/libjs/provision.js
===================================================================
--- branches/SAMBA_4_0/source/scripting/libjs/provision.js	2007-01-11 10:21:38 UTC (rev 20682)
+++ branches/SAMBA_4_0/source/scripting/libjs/provision.js	2007-01-11 11:11:34 UTC (rev 20683)
@@ -473,6 +473,9 @@
 	message("Erasing data from partitions\n");
 	ldb_erase_partitions(info, samdb, undefined);
 
+	message("Setting up " + paths.samdb + " indexes\n");
+	setup_add_ldif("provision_index.ldif", info, samdb, false);
+
 	ok = samdb.transaction_commit();
 	assert(ok);
 



More information about the samba-cvs mailing list