<?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 visudo problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/visudo-problem/m-p/5345207#M475962</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing the issue with sudo in my hp-ux boxes (11.31). Everthing looks fine, but when I do visudo, it is not pointing to /etc/sudoers file. It points to /opt/iexpress/sudo/etc/sudoers file. But still i can edit /etc/sudoers file with visudo by -f option. But I wanted to know what could be the issue in configuration. please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thankls in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rgds...&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2011 10:35:21 GMT</pubDate>
    <dc:creator>Arumugavel_P</dc:creator>
    <dc:date>2011-09-27T10:35:21Z</dc:date>
    <item>
      <title>visudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visudo-problem/m-p/5345207#M475962</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing the issue with sudo in my hp-ux boxes (11.31). Everthing looks fine, but when I do visudo, it is not pointing to /etc/sudoers file. It points to /opt/iexpress/sudo/etc/sudoers file. But still i can edit /etc/sudoers file with visudo by -f option. But I wanted to know what could be the issue in configuration. please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thankls in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rgds...&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 10:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visudo-problem/m-p/5345207#M475962</guid>
      <dc:creator>Arumugavel_P</dc:creator>
      <dc:date>2011-09-27T10:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: visudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visudo-problem/m-p/5345253#M475963</link>
      <description>&lt;P&gt;If you're using the sudo package from the HP-UX Internet Express, it places the sudoers file to /opt/iexpress/sudo/etc/sudoers instead of /etc/sudoers. If you use the sudo command from the Internet Express, you'll find it won't read /etc/sudoers at all: it reads /opt/iexpress/sudo/etc/sudoers instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a compile-time configuration choice made by HP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Internet Express sudo package installs sudo as a symbolic link /usr/bin/sudo -&amp;gt; /opt/iexpress/sudo/bin/sudo.&lt;/P&gt;&lt;P&gt;If you have another version of sudo installed from another source (e.g. from &lt;A href="http://hpux.connect.org.uk" target="_blank"&gt;http://hpux.connect.org.uk&lt;/A&gt; ) it might have been installed to /usr/local/bin. If your PATH has /usr/local/bin before /usr/bin, the sudo in /usr/local/bin will be used, causing much confusion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Always make sure you have only one version of sudo installed at a time. If you need to switch from hpux.connect.org.uk version to Internet Express version or vice versa: explicitly remove the old version of sudo before installing the new one. Because the Internet Express sudo has its swinstall product name set to "ixSudo" and the hpux.connect.org.uk version has product name "sudo", swinstall will assume these are completely separate products which have nothing to do with each other.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 11:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visudo-problem/m-p/5345253#M475963</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-09-27T11:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: visudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visudo-problem/m-p/5345603#M475976</link>
      <description>&lt;P&gt;It doesn't sound like an issue&amp;nbsp;at all. As MK stated, HP's bundle installs under /opt/iexpress/sudo. It creates the symlink /etc/sudoers pointing to the actual file, /opt/iexpress/sudo/etc/sudoers.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2011 15:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visudo-problem/m-p/5345603#M475976</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2011-09-27T15:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: visudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visudo-problem/m-p/5346507#M475998</link>
      <description>&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;OK, then if I do changes in visudo, it should affect /etc/sudoers. But it doesn't.&lt;/P&gt;&lt;P&gt;I want to know, when I do sudo login, my permission would be referred from /etc/sudoers file or ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rgds..&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2011 09:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visudo-problem/m-p/5346507#M475998</guid>
      <dc:creator>Arumugavel_P</dc:creator>
      <dc:date>2011-09-28T09:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: visudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/visudo-problem/m-p/5346873#M476011</link>
      <description>&lt;P&gt;You're saying your /etc/sudoers is a file instead of a symlink to /opt/iexpress/sudo/etc/sudoers? If so, only changes to /opt/iexpress/sudo/etc/sudoers are going to matter. I think the symlink exists just to allow people who expect it to be in /etc to easily determine where the file really exists.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2011 14:06:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/visudo-problem/m-p/5346873#M476011</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2011-09-28T14:06:43Z</dc:date>
    </item>
  </channel>
</rss>

