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

abartlet at samba.org abartlet at samba.org
Wed Jan 3 11:23:57 GMT 2007


Author: abartlet
Date: 2007-01-03 11:23:56 +0000 (Wed, 03 Jan 2007)
New Revision: 20505

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

Log:
I had the wrong ldif name here.

Andrew Bartlett

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-03 09:58:14 UTC (rev 20504)
+++ branches/SAMBA_4_0/source/scripting/libjs/provision.js	2007-01-03 11:23:56 UTC (rev 20505)
@@ -537,7 +537,7 @@
 	message("Adding users container (permitted to fail)\n");
 	var add_ok = setup_add_ldif("provision_users_add.ldif", info, samdb, true);
 	message("Modifying users container\n");
-	var modify_ok = setup_ldb_modify("provision_help_users_mod.ldif", info, samdb);
+	var modify_ok = setup_ldb_modify("provision_users_modify.ldif", info, samdb);
 	if (!modify_ok) {
 		if (!add_ok) {
 			message("Failed to both add and modify the users container\n");



More information about the samba-cvs mailing list