svn commit: samba r13075 - in branches/SAMBA_4_0/swat/install: .

tridge at samba.org tridge at samba.org
Mon Jan 23 04:40:28 GMT 2006


Author: tridge
Date: 2006-01-23 04:40:28 +0000 (Mon, 23 Jan 2006)
New Revision: 13075

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

Log:

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

Modified:
   branches/SAMBA_4_0/swat/install/vampire.esp


Changeset:
Modified: branches/SAMBA_4_0/swat/install/vampire.esp
===================================================================
--- branches/SAMBA_4_0/swat/install/vampire.esp	2006-01-23 04:13:06 UTC (rev 13074)
+++ branches/SAMBA_4_0/swat/install/vampire.esp	2006-01-23 04:40:28 UTC (rev 13075)
@@ -80,7 +80,19 @@
 					  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 {



More information about the samba-cvs mailing list