r13075: tell the admin what needs to be done to finish the install
authorAndrew Tridgell <tridge@samba.org>
Mon, 23 Jan 2006 04:40:28 +0000 (04:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:22 +0000 (13:51 -0500)
(This used to be commit a6f5ad5289bb635be3b6c490a03dc7a1913baa30)

swat/install/vampire.esp

index 19f99dce98d0bbc8ba2b470b80f209a5e0335fb8..db317e26350c0859b0547fad4e9bb6a5c1b85bd7 100644 (file)
@@ -80,7 +80,19 @@ if (form['submit'] == "Migrate") {
                                          session.authinfo.session_info, session.authinfo.credentials)) {
                        writefln("DNS Provision failed!");
                } else {
-                       writefln("Migration Complete!");
+                       var zonepath = paths.dns;
+                       %>
+<h3>Database migrated!</h3>
+
+You need to do the following to complete the process:
+
+<ul>
+<li>Install the <b>@@zonepath</b> zone file into your bind install, and restart bind
+<li>Change your smb.conf to set "server role = pdc"
+<li>Shutdown your existing PDC and any other DCs
+<li>Restart smbd
+</ul>
+                       <%
                }
        }
 } else {