Author: arkurth
Date: Mon Sep 28 19:33:03 2009
New Revision: 819687
URL: http://svn.apache.org/viewvc?rev=819687&view=rev
Log:
VCL-135
Removed section in remoteshell-dblssh which creates a group called ncsu on
Linux images and adds the group to sudoers. This isn't necessary anymore.
Users are added to sudoers.
Modified:
incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh
Modified:
incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh?rev=819687&r1=819686&r2=819687&view=diff
==============================================================================
---
incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh
(original)
+++
incubator/vcl/trunk/managementnode/tools/xcat2_postscripts/remoteshell-dblssh
Mon Sep 28 19:33:03 2009
@@ -38,15 +38,6 @@
chmod 600 /root/.ssh/*
fi
-
-logger -t xcat "Install: adding group for sudoers"
-groupadd ncsu
-
-logger -t xcat "Install: setup sudoers"
-cp /etc/sudoers /etc/sudoers.ORIG
-echo "%ncsu ALL = NOPASSWD: ALL" >> /etc/sudoers
-
-
logger -t xcat "Install: writing rc.local"
# make rc.local to change "ListenAddress" in sshd's configs accordingly to
network interfaces values
# so it will happen on reboot