Author: abartlet
Date: 2007-12-10 06:39:42 +0000 (Mon, 10 Dec 2007)
New Revision: 26364

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

Log:
Branch Samba 4.0 for an alpha2 release.

Andrew Bartlett

Added:
   branches/SAMBA_4_0_RELEASE/
   branches/SAMBA_4_0_RELEASE/source/lib/util/smbrun.c
Modified:
   branches/SAMBA_4_0_RELEASE/swat/install/index.esp
   branches/SAMBA_4_0_RELEASE/swat/install/provision.esp
   branches/SAMBA_4_0_RELEASE/swat/install/samba3.esp
   branches/SAMBA_4_0_RELEASE/swat/install/vampire.esp


Changeset:
Copied: branches/SAMBA_4_0_RELEASE (from rev 26362, branches/SAMBA_4_0)

Copied: branches/SAMBA_4_0_RELEASE/source/lib/util/smbrun.c (from rev 25225, 
branches/SAMBA_3_2/source/lib/smbrun.c)

Modified: branches/SAMBA_4_0_RELEASE/swat/install/index.esp
===================================================================
--- branches/SAMBA_4_0/swat/install/index.esp   2007-12-10 06:21:29 UTC (rev 
26362)
+++ branches/SAMBA_4_0_RELEASE/swat/install/index.esp   2007-12-10 06:39:42 UTC 
(rev 26364)
@@ -1,7 +1,7 @@
 <% page_header("columns", "Server Installation", "install"); 
 
-if (session.authinfo.user_class == "ADMINISTRATOR"
-        || session.authinfo.user_class == "SYSTEM") {
+if ((session.authinfo.user_class == "ADMINISTRATOR")
+        || (session.authinfo.user_class == "SYSTEM")) {
 
 %>
 

Modified: branches/SAMBA_4_0_RELEASE/swat/install/provision.esp
===================================================================
--- branches/SAMBA_4_0/swat/install/provision.esp       2007-12-10 06:21:29 UTC 
(rev 26362)
+++ branches/SAMBA_4_0_RELEASE/swat/install/provision.esp       2007-12-10 
06:39:42 UTC (rev 26364)
@@ -12,8 +12,8 @@
 var i;
 var lp = loadparm_init();
 
-if (session.authinfo.user_class == "ADMINISTRATOR"
-        || session.authinfo.user_class == "SYSTEM") {
+if ((session.authinfo.user_class == "ADMINISTRATOR")
+        || (session.authinfo.user_class == "SYSTEM")) {
 
        if (lp.get("realm") == "") {
                lp.set("realm", lp.get("workgroup") + ".example.com");

Modified: branches/SAMBA_4_0_RELEASE/swat/install/samba3.esp
===================================================================
--- branches/SAMBA_4_0/swat/install/samba3.esp  2007-12-10 06:21:29 UTC (rev 
26362)
+++ branches/SAMBA_4_0_RELEASE/swat/install/samba3.esp  2007-12-10 06:39:42 UTC 
(rev 26364)
@@ -15,8 +15,8 @@
 <h1>Import from Samba3</h1>
 
 <%
-if (session.authinfo.user_class == "ADMINISTRATOR"
-    || session.authinfo.user_class == "SYSTEM") {
+if ((session.authinfo.user_class == "ADMINISTRATOR")
+        || (session.authinfo.user_class == "SYSTEM")) {
 
        if (form['submit'] == "Cancel") {
                redirect("/");

Modified: branches/SAMBA_4_0_RELEASE/swat/install/vampire.esp
===================================================================
--- branches/SAMBA_4_0/swat/install/vampire.esp 2007-12-10 06:21:29 UTC (rev 
26362)
+++ branches/SAMBA_4_0_RELEASE/swat/install/vampire.esp 2007-12-10 06:39:42 UTC 
(rev 26364)
@@ -14,8 +14,8 @@
 var i;
 var lp = loadparm_init();
 
-if (session.authinfo.user_class == "ADMINISTRATOR"
-        || session.authinfo.user_class == "SYSTEM") {
+if ((session.authinfo.user_class == "ADMINISTRATOR")
+        || (session.authinfo.user_class == "SYSTEM")) {
 
        if (lp.get("realm") == "") {
                lp.set("realm", lp.get("workgroup") + ".example.com");

Reply via email to