1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r13075: tell the admin what needs to be done to finish the install

(This used to be commit a6f5ad5289bb635be3b6c490a03dc7a1913baa30)
This commit is contained in:
Andrew Tridgell 2006-01-23 04:40:28 +00:00 committed by Gerald (Jerry) Carter
parent 83e420f93a
commit 0ef2ef7a53

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