<?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: configuration SUDO in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224545#M467445</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;add lines:&lt;BR /&gt;PATH=$PATH:/usr/local/bin:/usr/local/sbin:/usr/ccs/bin&lt;BR /&gt;MANPATH=$MANPATH:/usr/man/:/usr/local/man&lt;BR /&gt;&lt;BR /&gt;As root:&lt;BR /&gt;whence sudo&lt;BR /&gt;whence sudoers&lt;BR /&gt;&lt;BR /&gt;Get that PATH into the PATH variable.&lt;BR /&gt;&lt;BR /&gt;man -l sudo (as root to get started)&lt;BR /&gt;&lt;BR /&gt;SAPL904:/home/user1&amp;gt; sudo -V&lt;BR /&gt;sh: sudo: not found.&lt;BR /&gt;SAPL904:/home/user1&amp;gt;man sudo&lt;BR /&gt;sh: sudo: not found.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 11 Feb 2010 15:23:08 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2010-02-11T15:23:08Z</dc:date>
    <item>
      <title>configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224530#M467430</link>
      <description>how to configure sudo??&lt;BR /&gt;&lt;BR /&gt;sudo install&lt;BR /&gt;not understand how to configure sudo&lt;BR /&gt;I have the sudoers file in the / etc / sudoers</description>
      <pubDate>Wed, 10 Feb 2010 21:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224530#M467430</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-10T21:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224531#M467431</link>
      <description>man sudoers&lt;BR /&gt;man sudo&lt;BR /&gt;man visudo&lt;BR /&gt;&lt;BR /&gt;Also try this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.lmgtfy.com/?q=sudo+configuration" target="_blank"&gt;http://www.lmgtfy.com/?q=sudo+configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Feb 2010 21:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224531#M467431</guid>
      <dc:creator>Jim Walls</dc:creator>
      <dc:date>2010-02-10T21:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224532#M467432</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;vi sudoers&lt;BR /&gt;&lt;BR /&gt;The syntax of this file is laid out nicely on the man page and numerous web examples.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 10 Feb 2010 21:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224532#M467432</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-10T21:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224533#M467433</link>
      <description>Configuring the sudo utility on  HP-UX server&lt;BR /&gt;Before configuring an element with Use Sudo option, ensure that it is installed on the&lt;BR /&gt;monitored HP-UX server in the /usr/local/bin directory.&lt;BR /&gt;&lt;BR /&gt;To configure the sudo utility&lt;BR /&gt;&lt;BR /&gt;1. Log on to the HP-UX server as a root user.&lt;BR /&gt;&lt;BR /&gt;2. Open the /etc/sudoers file using any editor. or # visudoers&lt;BR /&gt;&lt;BR /&gt;3. Enter the following:&lt;BR /&gt;&lt;BR /&gt;A. To use the Without password option, enter&lt;BR /&gt;&lt;BR /&gt;userName ALL = (ALL) NOPASSWD: /usr/bin/adb&lt;BR /&gt;&lt;BR /&gt;B. To use the With password option, enter&lt;BR /&gt;&lt;BR /&gt;userName ALL = (ALL) PASSWD: /usr/bin/adb&lt;BR /&gt;&lt;BR /&gt;The variable userName represents the user for which the UNIX element is&lt;BR /&gt;&lt;BR /&gt;configured on BMC Performance Manager Portal.&lt;BR /&gt;&lt;BR /&gt;4. Enter the following to assign a zero value for the password timestamp timeout:&lt;BR /&gt;&lt;BR /&gt;Defaults timestamp_timeout=0&lt;BR /&gt;&lt;BR /&gt;5. Save the /etc/sudoers file, and log out from the server.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Johnson</description>
      <pubDate>Thu, 11 Feb 2010 01:59:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224533#M467433</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-11T01:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224534#M467434</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sudo is part of Internet Express bundle now.&lt;BR /&gt;&lt;BR /&gt;You can download it from here.&lt;BR /&gt;11.23&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123&lt;/A&gt;&lt;BR /&gt;11.31&lt;BR /&gt;&lt;A href="http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1131" target="_blank"&gt;http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1131&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gratisoft.us/sudo/install.html" target="_blank"&gt;http://www.gratisoft.us/sudo/install.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;U can get manual from below link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-2395/ch05s05.html" target="_blank"&gt;http://docs.hp.com/en/5992-2395/ch05s05.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check man pages of sudo&lt;BR /&gt;Hope it will resolve ur problem.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Taifur</description>
      <pubDate>Thu, 11 Feb 2010 03:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224534#M467434</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2010-02-11T03:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224535#M467435</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Direct editing the file /etc/sudoers is not recommended. You should use the "visudo" command which performs grammatical checking and locks the file.&lt;BR /&gt;&lt;BR /&gt;man sudoers &lt;BR /&gt;&lt;BR /&gt;describe very well the syntax used.&lt;BR /&gt;&lt;BR /&gt;Horia.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 06:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224535#M467435</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-02-11T06:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224536#M467436</link>
      <description>SAPL904:/&amp;gt; pwd&lt;BR /&gt;/&lt;BR /&gt;SAPL904:/&amp;gt; man sudo&lt;BR /&gt;No manual entry for sudo.&lt;BR /&gt;SAPL904:/&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 12:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224536#M467436</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-11T12:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224537#M467437</link>
      <description>I dot not understand!!!!!!&lt;BR /&gt;&lt;BR /&gt;HP-UX:&lt;BR /&gt;    The default C compiler shipped with HP-UX does not support creating&lt;BR /&gt;    position independent code and so is unable to support sudo's "noexec"&lt;BR /&gt;    functionality.  You must use either the HP ANSI C compiler or gcc for&lt;BR /&gt;    noexec to work.  Binary packages of gcc are available from&lt;BR /&gt;    &lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt; and &lt;A href="http://hpux.cs.utah.edu/." target="_blank"&gt;http://hpux.cs.utah.edu/.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;    To prevent PAM from overriding the value of umask on HP-UX 11,&lt;BR /&gt;    you will need to add a line like the following to /etc/pam.conf:&lt;BR /&gt;&lt;BR /&gt;    sudo session required libpam_hpsec.so.1 bypass_umask&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 12:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224537#M467437</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-11T12:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224538#M467438</link>
      <description>SAPL904:/usr/local/bin&amp;gt; pwd&lt;BR /&gt;/usr/local/bin&lt;BR /&gt;SAPL904:/usr/local/bin&amp;gt; ll&lt;BR /&gt;total 2000&lt;BR /&gt;-rwxr-xr-x   1 oradbp     sys           2333 Mar 25  2009 coraenv&lt;BR /&gt;-rwxr-xr-x   1 oradbp     sys           2417 Mar 25  2009 dbhome&lt;BR /&gt;-rwxr-xr-x   1 oradbp     sys           2560 Mar 25  2009 oraenv&lt;BR /&gt;---s--x--x   2 root       root        492824 Jul 31  2009 sudo&lt;BR /&gt;---s--x--x   2 root       root        492824 Jul 31  2009 sudoedit&lt;BR /&gt;SAPL904:/usr/local/bin&amp;gt; man sudo&lt;BR /&gt;No manual entry for sudo.&lt;BR /&gt;SAPL904:/usr/local/bin&amp;gt; whoami&lt;BR /&gt;root&lt;BR /&gt;SAPL904:/usr/local/bin&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 13:05:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224538#M467438</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-11T13:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224539#M467439</link>
      <description>edit file with vi&lt;BR /&gt;not edit with visudo</description>
      <pubDate>Thu, 11 Feb 2010 13:14:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224539#M467439</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-11T13:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224540#M467440</link>
      <description>Check below link for more information&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.unixcities.com/sudo/index.html" target="_blank"&gt;http://www.unixcities.com/sudo/index.html&lt;/A&gt;</description>
      <pubDate>Thu, 11 Feb 2010 13:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224540#M467440</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-11T13:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224541#M467441</link>
      <description>sudo version 1.7&lt;BR /&gt;when you install sudo (depot) there is no configure file (. / config)</description>
      <pubDate>Thu, 11 Feb 2010 13:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224541#M467441</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-11T13:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224542#M467442</link>
      <description>&amp;gt;&amp;gt;when you install sudo (depot)&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;if its already "depot" you no need to (./configure)&lt;BR /&gt;&lt;BR /&gt;the link which i post to for your Question&lt;BR /&gt;&amp;gt;&amp;gt;edit file with vi&lt;BR /&gt;not edit with visudo&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson</description>
      <pubDate>Thu, 11 Feb 2010 14:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224542#M467442</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-11T14:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224543#M467443</link>
      <description>forget this option???? (installing depot)&lt;BR /&gt;&lt;BR /&gt;3. Compile the source code and install sudo:&lt;BR /&gt;&lt;BR /&gt;Configure the compilation process for your system:&lt;BR /&gt;&lt;BR /&gt;# ./configure&lt;BR /&gt;Compile the source code:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# make&lt;BR /&gt;And install the compiled code:&lt;BR /&gt;&lt;BR /&gt;# make install&lt;BR /&gt;&lt;BR /&gt;This install the sudo program into /usr/local/bin, the visudo script (see later) into /usr/local/sbin and the manual page into subdirectories of /usr/local/man.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 14:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224543#M467443</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-11T14:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224544#M467444</link>
      <description>&lt;BR /&gt;user: user1&lt;BR /&gt;change file .dtprofile&lt;BR /&gt;&lt;BR /&gt;add lines:&lt;BR /&gt;PATH=$PATH:/usr/local/bin:/usr/local/sbin:/usr/ccs/bin&lt;BR /&gt;MANPATH=$MANPATH:/usr/man/:/usr/local/man&lt;BR /&gt;&lt;BR /&gt;SAPL904:/home/user1&amp;gt; sudo -V&lt;BR /&gt;sh: sudo:  not found.&lt;BR /&gt;SAPL904:/home/user1&amp;gt;man sudo&lt;BR /&gt;sh: sudo:  not found.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 14:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224544#M467444</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-11T14:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224545#M467445</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;add lines:&lt;BR /&gt;PATH=$PATH:/usr/local/bin:/usr/local/sbin:/usr/ccs/bin&lt;BR /&gt;MANPATH=$MANPATH:/usr/man/:/usr/local/man&lt;BR /&gt;&lt;BR /&gt;As root:&lt;BR /&gt;whence sudo&lt;BR /&gt;whence sudoers&lt;BR /&gt;&lt;BR /&gt;Get that PATH into the PATH variable.&lt;BR /&gt;&lt;BR /&gt;man -l sudo (as root to get started)&lt;BR /&gt;&lt;BR /&gt;SAPL904:/home/user1&amp;gt; sudo -V&lt;BR /&gt;sh: sudo: not found.&lt;BR /&gt;SAPL904:/home/user1&amp;gt;man sudo&lt;BR /&gt;sh: sudo: not found.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Feb 2010 15:23:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224545#M467445</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-02-11T15:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224546#M467446</link>
      <description>&lt;BR /&gt;change file: .dtprofile (root)&lt;BR /&gt;SAPL904:/&amp;gt; whence sudo&lt;BR /&gt;SAPL904:/&amp;gt; whence sudoers&lt;BR /&gt;SAPL904:/&amp;gt; man -l sudo&lt;BR /&gt;Usage: man [-M path] [-T macro-package] [ section ] name ...&lt;BR /&gt;or: man -k keyword ...&lt;BR /&gt;or: man -f file ...&lt;BR /&gt;SAPL904:/&amp;gt; man sudo&lt;BR /&gt;No manual entry for sudo.&lt;BR /&gt;SAPL904:/&amp;gt; whoami&lt;BR /&gt;root&lt;BR /&gt;SAPL904:/&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Feb 2010 15:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224546#M467446</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-11T15:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: configuration SUDO</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224547#M467447</link>
      <description>Thanks</description>
      <pubDate>Thu, 11 Feb 2010 19:29:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/configuration-sudo/m-p/5224547#M467447</guid>
      <dc:creator>Eli Daniel</dc:creator>
      <dc:date>2010-02-11T19:29:50Z</dc:date>
    </item>
  </channel>
</rss>

