svn commit: samba r23324 - in branches/SAMBA_4_0_RELEASE/webapps/install: .

abartlet at samba.org abartlet at samba.org
Mon Jun 4 03:53:52 GMT 2007


Author: abartlet
Date: 2007-06-04 03:53:51 +0000 (Mon, 04 Jun 2007)
New Revision: 23324

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

Log:
Merge from SAMBA_4_0:  ensure we allow the default workgroup to be changed.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0_RELEASE/webapps/install/provision.esp


Changeset:
Modified: branches/SAMBA_4_0_RELEASE/webapps/install/provision.esp
===================================================================
--- branches/SAMBA_4_0_RELEASE/webapps/install/provision.esp	2007-06-04 01:51:18 UTC (rev 23323)
+++ branches/SAMBA_4_0_RELEASE/webapps/install/provision.esp	2007-06-04 03:53:51 UTC (rev 23324)
@@ -47,7 +47,10 @@
 }
 
 if (form['submit'] == "Provision") {
+        /* overcome an initially blank smb.conf */
 	lp.set("realm", subobj.REALM);
+	lp.set("workgroup", subobj.DOMAIN);
+	lp.reload()
 	var goodpass = (subobj.CONFIRM == subobj.ADMINPASS);
 
 	if (!goodpass) {



More information about the samba-cvs mailing list