You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by ar...@apache.org on 2009/09/28 21:25:27 UTC

svn commit: r819683 - in /incubator/vcl/trunk/managementnode: etc/vcl/vcld.conf lib/VCL/reserved.pm

Author: arkurth
Date: Mon Sep 28 19:25:26 2009
New Revision: 819683

URL: http://svn.apache.org/viewvc?rev=819683&view=rev
Log:
VCL-135
Updated comment in reserved.pm referencing NCSU regarding the STANDALONE flag. Changed comments in vcld.conf to use a generic school name instead of NCSU.

Modified:
    incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf
    incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm

Modified: incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf?rev=819683&r1=819682&r2=819683&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf (original)
+++ incubator/vcl/trunk/managementnode/etc/vcl/vcld.conf Mon Sep 28 19:25:26 2009
@@ -33,7 +33,7 @@
 ############# REQUIRED Configuration settings ################
 
 # FQDN: DNS name of the management node
-# Example: mgtnode1.hpc.ncsu.edu
+# Example: mgtnode1.hpc.someschool.edu
 FQDN=
 
 # processname: name to call VCL daemon process
@@ -107,7 +107,7 @@
 # list of email addresses to be used for critical notices regarding failures or problems
 # optional, but not recommended to leave blank
 # Format: comma delimited list
-# Example: john_doe@ncsu.edu,sysadmins@vcl.ncsu.edu
+# Example: john_doe@someschool.edu,sysadmins@vcl.someschool.edu
 sysadmin=
 
 #Sendmail envelope sender -- Return-path

Modified: incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm?rev=819683&r1=819682&r2=819683&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/reserved.pm Mon Sep 28 19:25:26 2009
@@ -251,7 +251,8 @@
 				}
 
 				# Check if user was set to standalone
-				# Occurs if affiliation is not NCSU or if vcladmin is the user
+				# Occurs if affiliation is not specified in the NOT_STANDALONE property in vcld.conf
+				# or if vcladmin is the user or if the user's UID is >= 1,000,000
 				if ($user_standalone) {
 					if (changelinuxpassword($computer_short_name, $user_unityid, $reservation_password)) {
 						# Password successfully changed