summaryrefslogtreecommitdiff
path: root/swat
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-01-23 04:40:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:22 -0500
commit0ef2ef7a53e1f87cbe8490f0578a0104b15a3177 (patch)
tree44988dd617bb2c0ad9964fc00eccfb86a010669f /swat
parent83e420f93acdc0b3e36d2e748bdc5e28bd8bb089 (diff)
downloadsamba-0ef2ef7a53e1f87cbe8490f0578a0104b15a3177.tar.gz
samba-0ef2ef7a53e1f87cbe8490f0578a0104b15a3177.tar.bz2
samba-0ef2ef7a53e1f87cbe8490f0578a0104b15a3177.zip
r13075: tell the admin what needs to be done to finish the install
(This used to be commit a6f5ad5289bb635be3b6c490a03dc7a1913baa30)
Diffstat (limited to 'swat')
-rw-r--r--swat/install/vampire.esp14
1 files changed, 13 insertions, 1 deletions
diff --git a/swat/install/vampire.esp b/swat/install/vampire.esp
index 19f99dce98..db317e2635 100644
--- a/swat/install/vampire.esp
+++ b/swat/install/vampire.esp
@@ -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 {