<?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 config in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-config/m-p/2911680#M107451</link>
    <description>see &lt;A href="http://www.courtesan.com/sudo/troubleshooting.html" target="_blank"&gt;http://www.courtesan.com/sudo/troubleshooting.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; FAQ and Troubleshooting Tips&lt;BR /&gt;&lt;BR /&gt;Q) Sudo compiles but when I run it I get "Sorry, sudo must be setuid root."&lt;BR /&gt;   and sudo quits.&lt;BR /&gt;A) Sudo must be setuid root to do its work.  You need to do something like&lt;BR /&gt;   `chmod 4111 /usr/local/bin/sudo'.  Also, the filesystem sudo resides&lt;BR /&gt;   on must *not* be mounted with the nosuid mount option or sudo will&lt;BR /&gt;   not be able to work.  Another possibility is you may have '.' in&lt;BR /&gt;   your $PATH before the directory containing sudo.  If you are going&lt;BR /&gt;   to have '.' in your path you should make sure it is at the end.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Feb 2003 16:01:42 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2003-02-24T16:01:42Z</dc:date>
    <item>
      <title>sudo config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-config/m-p/2911678#M107449</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;i like to configure sudo on my new servers...i downloaded and installed fine...&lt;BR /&gt;&lt;BR /&gt;i copied the sudoers to /etc/ and edited the User_Alias&lt;BR /&gt;and wne i execute it gives me below mesg&lt;BR /&gt;$sudo&lt;BR /&gt;Sorry, sudo must be setuid root.&lt;BR /&gt;&lt;BR /&gt;can anyone lead me to configure these sudo..thx in advance</description>
      <pubDate>Mon, 24 Feb 2003 15:58:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-config/m-p/2911678#M107449</guid>
      <dc:creator>BKUMAR</dc:creator>
      <dc:date>2003-02-24T15:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: sudo config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-config/m-p/2911679#M107450</link>
      <description>You need to ..&lt;BR /&gt;# chmod 4111 &lt;THE-SUDO-EXECUTABLE&gt;&lt;BR /&gt;to set the setuid bit.&lt;BR /&gt;&lt;BR /&gt;Now try again ..&lt;/THE-SUDO-EXECUTABLE&gt;</description>
      <pubDate>Mon, 24 Feb 2003 16:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-config/m-p/2911679#M107450</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-02-24T16:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: sudo config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-config/m-p/2911680#M107451</link>
      <description>see &lt;A href="http://www.courtesan.com/sudo/troubleshooting.html" target="_blank"&gt;http://www.courtesan.com/sudo/troubleshooting.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; FAQ and Troubleshooting Tips&lt;BR /&gt;&lt;BR /&gt;Q) Sudo compiles but when I run it I get "Sorry, sudo must be setuid root."&lt;BR /&gt;   and sudo quits.&lt;BR /&gt;A) Sudo must be setuid root to do its work.  You need to do something like&lt;BR /&gt;   `chmod 4111 /usr/local/bin/sudo'.  Also, the filesystem sudo resides&lt;BR /&gt;   on must *not* be mounted with the nosuid mount option or sudo will&lt;BR /&gt;   not be able to work.  Another possibility is you may have '.' in&lt;BR /&gt;   your $PATH before the directory containing sudo.  If you are going&lt;BR /&gt;   to have '.' in your path you should make sure it is at the end.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Feb 2003 16:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-config/m-p/2911680#M107451</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-02-24T16:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: sudo config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-config/m-p/2911681#M107452</link>
      <description>Thanks Chan and Alex&lt;BR /&gt;&lt;BR /&gt;i am able to execute sudo now....is there any addition security things i have to do..since i have to assign for Openview/Network people...expert tips&lt;BR /&gt;&lt;BR /&gt;thanks again</description>
      <pubDate>Mon, 24 Feb 2003 17:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-config/m-p/2911681#M107452</guid>
      <dc:creator>BKUMAR</dc:creator>
      <dc:date>2003-02-24T17:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: sudo config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-config/m-p/2911682#M107453</link>
      <description>There is a pretty good sudo tutorial with an example sudoers files here: &lt;A href="http://www.komar.org/pres/sudo/" target="_blank"&gt;http://www.komar.org/pres/sudo/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Feb 2003 17:26:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-config/m-p/2911682#M107453</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-02-24T17:26:24Z</dc:date>
    </item>
  </channel>
</rss>

