<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797558#M941199</link>
    <description>I'm using DBADMIN ALL= (oracle) ALL &lt;BR /&gt;&lt;BR /&gt;  So they will be able to use all the commands. So I don't require to add the command alias</description>
    <pubDate>Fri, 30 Aug 2002 14:48:57 GMT</pubDate>
    <dc:creator>Arockia Jegan</dc:creator>
    <dc:date>2002-08-30T14:48:57Z</dc:date>
    <item>
      <title>sudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797556#M941197</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  I'm using Sudo version 1.6.2b1 on hpux 11.11 system. I have couple of users in the DBA group. &lt;BR /&gt;&lt;BR /&gt;User_Alias DBADMIN = %dba&lt;BR /&gt;DBADMIN  ALL = (oracle) ALL&lt;BR /&gt;&lt;BR /&gt;  Now one of the users is having problem when he runs the following command,&lt;BR /&gt;&lt;BR /&gt;sudo -u oracle ksh&lt;BR /&gt;&lt;BR /&gt; It prompts him to enter his own account password. But when he types his password it says,&lt;BR /&gt;&lt;BR /&gt;We trust you have received the usual lecture from the local System&lt;BR /&gt;Administrator. It usually boils down to these two things:&lt;BR /&gt;&lt;BR /&gt;        #1) Respect the privacy of others.&lt;BR /&gt;        #2) Think before you type.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sorry, try again&lt;BR /&gt;&lt;BR /&gt; He's entering the right password but it's giving this message. Even he changed the password and tried again. It didn't help. &lt;BR /&gt;&lt;BR /&gt;  In the syslog.log file it's showing &lt;BR /&gt;&lt;BR /&gt;1 incorrect password attempt&lt;BR /&gt;&lt;BR /&gt;  But he's entering the right PASSWORD. Any ideas?&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Aug 2002 14:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797556#M941197</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-08-30T14:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: sudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797557#M941198</link>
      <description>Did you also configure the command including the path to be an allowable command for that user?  &lt;BR /&gt;&lt;BR /&gt;I dont recall the documentation saying that you had to do this (it may have), but I know I have to list commands that users can use in an ACL.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Fri, 30 Aug 2002 14:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797557#M941198</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-08-30T14:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: sudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797558#M941199</link>
      <description>I'm using DBADMIN ALL= (oracle) ALL &lt;BR /&gt;&lt;BR /&gt;  So they will be able to use all the commands. So I don't require to add the command alias</description>
      <pubDate>Fri, 30 Aug 2002 14:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797558#M941199</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-08-30T14:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: sudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797559#M941200</link>
      <description>Sounds like you just recently added the DBADMIN entries.&lt;BR /&gt;&lt;BR /&gt;I saw this problem when I had a user with their own individual entry AND when they were also in a group. There was some kind of conflict because the user was (effectively) in the file twice.&lt;BR /&gt;&lt;BR /&gt;When I removed the individual entry, the problem was solved.&lt;BR /&gt;&lt;BR /&gt;Besides being in the DBADMIN group, does your user have their own entry?</description>
      <pubDate>Fri, 30 Aug 2002 15:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797559#M941200</guid>
      <dc:creator>Tom Maloy</dc:creator>
      <dc:date>2002-08-30T15:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: sudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797560#M941201</link>
      <description>Do you have the following line in sudoers file ?&lt;BR /&gt;&lt;BR /&gt;Runas_Alias oracle=oracle&lt;BR /&gt;&lt;BR /&gt;I have to do this for Informix</description>
      <pubDate>Fri, 30 Aug 2002 15:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797560#M941201</guid>
      <dc:creator>Nick Wickens</dc:creator>
      <dc:date>2002-08-30T15:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: sudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797561#M941202</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;  The user doesn't have his own individual entry. More than 10 users are in the dba group. They all are able to use sudo (sudo -u oracle ksh).&lt;BR /&gt;&lt;BR /&gt;  Another user of the dba group  had the same issue. We changed his password and it worked fine with the new password.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Nick,&lt;BR /&gt;&lt;BR /&gt; I don't have that line in the sudoers file. But I don't have any issue for other users. It's happening with only one user&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Aug 2002 16:52:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797561#M941202</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-08-30T16:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: sudo problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797562#M941203</link>
      <description>Ask the user how many characters they type for their password.  HP-UX login(older, untrusted versions) has an annoying habit of accepting more than 8 characters in a password, tossing the extras away and matching what's left. This is not how other authentication programs work (ie, sudo) where every character counts.</description>
      <pubDate>Fri, 30 Aug 2002 20:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudo-problem/m-p/2797562#M941203</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-08-30T20:47:59Z</dc:date>
    </item>
  </channel>
</rss>

