<?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: Sudo 1.6.3 - Syntax problem in sudoers (visudo) file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-1-6-3-syntax-problem-in-sudoers-visudo-file/m-p/2480561#M776819</link>
    <description>Try                     &lt;BR /&gt;&lt;BR /&gt;                       %users         ALL=(ALL) ALL&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 08 Jan 2001 22:57:30 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2001-01-08T22:57:30Z</dc:date>
    <item>
      <title>Sudo 1.6.3 - Syntax problem in sudoers (visudo) file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-1-6-3-syntax-problem-in-sudoers-visudo-file/m-p/2480560#M776818</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I just installed 1.6.3 of sudo and the doc with it isn't too clear.  The syntax of the visudo file (sudoers) is &lt;BR /&gt;&lt;BR /&gt;sue ALL=(ALL) ALL  for all permissions...&lt;BR /&gt;&lt;BR /&gt;But, I'm trying to set just 1 command for ops to be able to sudo to run... I've tried&lt;BR /&gt;&lt;BR /&gt;ops /home/ops/runignite&lt;BR /&gt;&lt;BR /&gt;but it doesn't like it... Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Sue&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jan 2001 22:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-1-6-3-syntax-problem-in-sudoers-visudo-file/m-p/2480560#M776818</guid>
      <dc:creator>Susan Harris</dc:creator>
      <dc:date>2001-01-08T22:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo 1.6.3 - Syntax problem in sudoers (visudo) file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-1-6-3-syntax-problem-in-sudoers-visudo-file/m-p/2480561#M776819</link>
      <description>Try                     &lt;BR /&gt;&lt;BR /&gt;                       %users         ALL=(ALL) ALL&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jan 2001 22:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-1-6-3-syntax-problem-in-sudoers-visudo-file/m-p/2480561#M776819</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2001-01-08T22:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo 1.6.3 - Syntax problem in sudoers (visudo) file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-1-6-3-syntax-problem-in-sudoers-visudo-file/m-p/2480562#M776820</link>
      <description>Here is an excerpt from my sudoers file:&lt;BR /&gt;&lt;BR /&gt;# Host alias specification&lt;BR /&gt;Host_Alias      EXCALIBUR=cruella&lt;BR /&gt;&lt;BR /&gt;# Command alias specification&lt;BR /&gt;#&lt;BR /&gt;Cmnd_Alias      SHELLS=/bin/sh,/bin/csh,/bin/tcsh,/bin/ksh,/bin/bash,/bin/zsh&lt;BR /&gt;Cmnd_Alias      FILES=/bin/chmod,/bin/chown,/bin/rm,/bin/mv,/bin/cp&lt;BR /&gt;Cmnd_Alias      PRINT=/usr/bin/cancel,/uprc/local/scripts/prtadmin&lt;BR /&gt;Cmnd_Alias      SYSMENU=/uprc/local/sysmenu&lt;BR /&gt;Cmnd_Alias      KILL=/usr/bin/kill&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;z15551          EXCALIBUR=FILES,PRINT,KILL # Tracie Sullivan&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jan 2001 23:11:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-1-6-3-syntax-problem-in-sudoers-visudo-file/m-p/2480562#M776820</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-08T23:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo 1.6.3 - Syntax problem in sudoers (visudo) file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-1-6-3-syntax-problem-in-sudoers-visudo-file/m-p/2480563#M776821</link>
      <description>you should give the sudoers man page a good reading as the syntax is somewhat complex, but the short version goes like this:&lt;BR /&gt;&lt;BR /&gt;who_is_executing  on_which_hosts = (execute_as_this_user) these_commands&lt;BR /&gt;&lt;BR /&gt;so for you that would be something like this:&lt;BR /&gt;&lt;BR /&gt;ops  hostname = (another_user) /home/ops/runignite</description>
      <pubDate>Tue, 09 Jan 2001 17:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-1-6-3-syntax-problem-in-sudoers-visudo-file/m-p/2480563#M776821</guid>
      <dc:creator>Curtis Larson</dc:creator>
      <dc:date>2001-01-09T17:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sudo 1.6.3 - Syntax problem in sudoers (visudo) file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-1-6-3-syntax-problem-in-sudoers-visudo-file/m-p/2480564#M776822</link>
      <description>Thanks everyone!  Used Patricks suggestion and it works great...</description>
      <pubDate>Wed, 10 Jan 2001 16:26:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-1-6-3-syntax-problem-in-sudoers-visudo-file/m-p/2480564#M776822</guid>
      <dc:creator>Susan Harris</dc:creator>
      <dc:date>2001-01-10T16:26:41Z</dc:date>
    </item>
  </channel>
</rss>

