Author: abartlet
Date: 2007-08-31 23:13:18 +0000 (Fri, 31 Aug 2007)
New Revision: 24858

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

Log:
Make the 'vampire' code work again - clearly nobody uses this...

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0_RELEASE/webapps/install/vampire.esp
===================================================================
--- branches/SAMBA_4_0_RELEASE/webapps/install/vampire.esp      2007-08-31 
22:39:13 UTC (rev 24857)
+++ branches/SAMBA_4_0_RELEASE/webapps/install/vampire.esp      2007-08-31 
23:13:18 UTC (rev 24858)
@@ -51,7 +51,11 @@
        }
        
        if (form['submit'] == "Migrate") {
+               /* overcome an initially blank smb.conf */
                lp.set("realm", subobj.REALM);
+               lp.set("workgroup", subobj.DOMAIN);
+               lp.reload();
+
                if (subobj.ADMINPASS == "") {
                        write("<h3>We need the administrator password for the " 
+ subobj.DOMAIN + " domain to proceed.  Please try again.</h3>");
                        f.display();

Reply via email to