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:
parent
83e420f93a
commit
0ef2ef7a53
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user