<?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 Problem with pam_wheel in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-with-pam-wheel/m-p/3808570#M66342</link>
    <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;Ive commented out the following line in /etc/pam.d/su&lt;BR /&gt;&lt;BR /&gt;auth       required     /lib/security/$ISA/pam_wheel.so use_uid&lt;BR /&gt;&lt;BR /&gt;As I understand it now only users in the wheel group should be able to su to root.&lt;BR /&gt;That works, however users not in the wheel group cannot su to any other user. &lt;BR /&gt;&lt;BR /&gt;Im not particularly clued up on PAM so if someone could tell me where Im going wrong Id appreciate it.&lt;BR /&gt;&lt;BR /&gt;System info:&lt;BR /&gt;RHEL 2.6.9-22.0.1.EL&lt;BR /&gt;pam-0.77-66.13&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;Nick .</description>
    <pubDate>Tue, 20 Jun 2006 04:16:45 GMT</pubDate>
    <dc:creator>Nick Lunt</dc:creator>
    <dc:date>2006-06-20T04:16:45Z</dc:date>
    <item>
      <title>Problem with pam_wheel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-pam-wheel/m-p/3808570#M66342</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;Ive commented out the following line in /etc/pam.d/su&lt;BR /&gt;&lt;BR /&gt;auth       required     /lib/security/$ISA/pam_wheel.so use_uid&lt;BR /&gt;&lt;BR /&gt;As I understand it now only users in the wheel group should be able to su to root.&lt;BR /&gt;That works, however users not in the wheel group cannot su to any other user. &lt;BR /&gt;&lt;BR /&gt;Im not particularly clued up on PAM so if someone could tell me where Im going wrong Id appreciate it.&lt;BR /&gt;&lt;BR /&gt;System info:&lt;BR /&gt;RHEL 2.6.9-22.0.1.EL&lt;BR /&gt;pam-0.77-66.13&lt;BR /&gt;&lt;BR /&gt;Many thanks,&lt;BR /&gt;Nick .</description>
      <pubDate>Tue, 20 Jun 2006 04:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-pam-wheel/m-p/3808570#M66342</guid>
      <dc:creator>Nick Lunt</dc:creator>
      <dc:date>2006-06-20T04:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with pam_wheel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-pam-wheel/m-p/3808571#M66343</link>
      <description>Hello Nick, try using:&lt;BR /&gt;&lt;BR /&gt;auth required /lib/security/$ISA/pam_wheel.so use_uid root_only&lt;BR /&gt;&lt;BR /&gt;                                                                  &lt;BR /&gt;root_only: The check for wheel membership is done only if the uid of requested account is 0.           &lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jun 2006 10:36:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-pam-wheel/m-p/3808571#M66343</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-06-20T10:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with pam_wheel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-pam-wheel/m-p/3808572#M66344</link>
      <description>Thanks Ivan,&lt;BR /&gt;&lt;BR /&gt;unfortunately that does not look like its a valid option :&lt;BR /&gt;&lt;BR /&gt;$ tail /var/log/messages&lt;BR /&gt;Jun 21 09:01:07 fudge PAM-Wheel[6884]: pam_parse: unknown option; root_only&lt;BR /&gt;&lt;BR /&gt;I also tried changing root_only to only_root with the same error.&lt;BR /&gt;&lt;BR /&gt;Nick .&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2006 03:07:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-pam-wheel/m-p/3808572#M66344</guid>
      <dc:creator>Nick Lunt</dc:creator>
      <dc:date>2006-06-21T03:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with pam_wheel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-pam-wheel/m-p/3808573#M66345</link>
      <description>I just tested on my system and it works as should be, and no invalid option displayed. So, it should be something with your pam version, I'm using pam-0.79-8.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2006 09:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-pam-wheel/m-p/3808573#M66345</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-06-21T09:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with pam_wheel</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-with-pam-wheel/m-p/3808574#M66346</link>
      <description>That must be what it is then.&lt;BR /&gt;&lt;BR /&gt;The latest update from redhat is pam-0.77-66.14 which ive just updated to, and that doesn't work properly either.&lt;BR /&gt;&lt;BR /&gt;Im reluctant to upgrade all our systems with a non redhat supplied version of pam.&lt;BR /&gt;&lt;BR /&gt;I guess were stuck without this functionality.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help Ivan,&lt;BR /&gt;&lt;BR /&gt;Nick .&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jun 2006 09:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-with-pam-wheel/m-p/3808574#M66346</guid>
      <dc:creator>Nick Lunt</dc:creator>
      <dc:date>2006-06-21T09:54:26Z</dc:date>
    </item>
  </channel>
</rss>

