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) {

Reply via email to