svn commit: samba r12704 - in branches/SAMBA_4_0/source/scripting/libjs: .

jelmer at samba.org jelmer at samba.org
Tue Jan 3 21:20:49 GMT 2006


Author: jelmer
Date: 2006-01-03 21:20:48 +0000 (Tue, 03 Jan 2006)
New Revision: 12704

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

Log:
role => server role

Modified:
   branches/SAMBA_4_0/source/scripting/libjs/upgrade.js


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/libjs/upgrade.js
===================================================================
--- branches/SAMBA_4_0/source/scripting/libjs/upgrade.js	2006-01-03 20:26:57 UTC (rev 12703)
+++ branches/SAMBA_4_0/source/scripting/libjs/upgrade.js	2006-01-03 21:20:48 UTC (rev 12704)
@@ -499,15 +499,15 @@
 
 	if (oldconf.get("domain logons") == "True") {
 		if (oldconf.get("domain master") == "True") {
-			newconf.set("role", "pdc");
+			newconf.set("server role", "pdc");
 		} else {
-			newconf.set("role", "bdc");
+			newconf.set("server role", "bdc");
 		}
 	} else {
 		if (oldconf.get("domain master") == "True") {
-			newconf.set("role", "standalone");
+			newconf.set("server role", "standalone");
 		} else {
-			newconf.set("role", "member server");
+			newconf.set("server role", "member server");
 		}
 	}
 



More information about the samba-cvs mailing list