<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: providing crontab access for a user by sudo in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/providing-crontab-access-for-a-user-by-sudo/m-p/4780814#M390989</link>
    <description>can i know what is the meaning of ALL.&lt;BR /&gt;&lt;BR /&gt;and i some forums i have seen the % symbol in front of the user name in /etc/sudoers file. what might be the reason for that. Please clarify Johnson..&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Simhan</description>
    <pubDate>Mon, 25 Apr 2011 11:01:34 GMT</pubDate>
    <dc:creator>gany59</dc:creator>
    <dc:date>2011-04-25T11:01:34Z</dc:date>
    <item>
      <title>providing crontab access for a user by sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/providing-crontab-access-for-a-user-by-sudo/m-p/4780812#M390987</link>
      <description>I want to give the permission to run the crontab command for the user called naraguna. So the below line is correct for putting the entry in  the /etc/sudoers file.&lt;BR /&gt;&lt;BR /&gt;naraguna ALL=(root)NOPASSWD:/usr/bin/crontab&lt;BR /&gt;&lt;BR /&gt;Correct me if i am wrong.. Thanks in advance!</description>
      <pubDate>Mon, 25 Apr 2011 08:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/providing-crontab-access-for-a-user-by-sudo/m-p/4780812#M390987</guid>
      <dc:creator>gany59</dc:creator>
      <dc:date>2011-04-25T08:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: providing crontab access for a user by sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/providing-crontab-access-for-a-user-by-sudo/m-p/4780813#M390988</link>
      <description>see below has example&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;user1 ALL = NOPASSWD:/housekeep/scripts/wintel/cleanup&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Apr 2011 09:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/providing-crontab-access-for-a-user-by-sudo/m-p/4780813#M390988</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2011-04-25T09:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: providing crontab access for a user by sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/providing-crontab-access-for-a-user-by-sudo/m-p/4780814#M390989</link>
      <description>can i know what is the meaning of ALL.&lt;BR /&gt;&lt;BR /&gt;and i some forums i have seen the % symbol in front of the user name in /etc/sudoers file. what might be the reason for that. Please clarify Johnson..&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Simhan</description>
      <pubDate>Mon, 25 Apr 2011 11:01:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/providing-crontab-access-for-a-user-by-sudo/m-p/4780814#M390989</guid>
      <dc:creator>gany59</dc:creator>
      <dc:date>2011-04-25T11:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: providing crontab access for a user by sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/providing-crontab-access-for-a-user-by-sudo/m-p/4780815#M390990</link>
      <description>The word ALL before the = sign in the examples above means the sudoers line is in effect in all hosts that have it in their sudoers file.&lt;BR /&gt;&lt;BR /&gt;If you choose to manage your sudoers file centrally, and use the same file in many hosts, you can use host names in that place to create sudoers definitions that apply in some specific hosts.&lt;BR /&gt;&lt;BR /&gt;The % sign in front of a name means it's a group name, not an user name. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 25 Apr 2011 11:24:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/providing-crontab-access-for-a-user-by-sudo/m-p/4780815#M390990</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-04-25T11:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: providing crontab access for a user by sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/providing-crontab-access-for-a-user-by-sudo/m-p/4780816#M390991</link>
      <description>&amp;gt; naraguna ALL=(root)NOPASSWD:/usr/bin/crontab&lt;BR /&gt;&lt;BR /&gt;Is that really your intention?&lt;BR /&gt;Consider that thus user naraguna is allowed to edit root's crontab, enabling them to schedule any (possibly nefarious) script or program to be executed as root.&lt;BR /&gt;If instead it was only intended for naraguna to peek into root's scheduled cronjobs, it maybe would be wiser to change the sudoers line into:&lt;BR /&gt;&lt;BR /&gt;naraguna ALL = NOPASSWD /usr/bin/crontab -l</description>
      <pubDate>Tue, 26 Apr 2011 05:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/providing-crontab-access-for-a-user-by-sudo/m-p/4780816#M390991</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2011-04-26T05:17:06Z</dc:date>
    </item>
  </channel>
</rss>

