<?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: pam_tally entries in /etc/pam.d/system-auth in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/pam-tally-entries-in-etc-pam-d-system-auth/m-p/5092907#M49449</link>
    <description>That means the "patch" tool did not find a matching location to add the lines. As there was only one set of changes to apply and that one set failed, the rejects file will essentially be a copy of the pam-settings-change.patch file. No changes was made to the /etc/pam.d/system-auth, although the patch tool might have already made a backup with the name /etc/pam.d/system-auth.orig.&lt;BR /&gt;&lt;BR /&gt;The contents of the /etc/pam.d/system-auth file on your first host must be significantly different from the one in the second host. In that case, there is really no reliable way to apply the change automatically.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Tue, 19 Feb 2008 11:18:36 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2008-02-19T11:18:36Z</dc:date>
    <item>
      <title>pam_tally entries in /etc/pam.d/system-auth</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-tally-entries-in-etc-pam-d-system-auth/m-p/5092904#M49446</link>
      <description>I need to add two lines at our autitors suggestion to several servers in our Red Hat Linux environmnet..&lt;BR /&gt;&lt;BR /&gt;auth   required /lib/security/pam_tally.so   onerr=fail no_magic_root&lt;BR /&gt;account   required /lib/security/pam_tally.so   deny=3 no_magic_root reset&lt;BR /&gt;&lt;BR /&gt;Do these lines have to be grouped with the other "auth" and "account" lines in the file, or can I just append them to the end of the file ????&lt;BR /&gt;&lt;BR /&gt;To append would be alot easier to do than to figure out the line to add the new lines to the file and insert them..&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Feb 2008 01:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-tally-entries-in-etc-pam-d-system-auth/m-p/5092904#M49446</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-02-16T01:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: pam_tally entries in /etc/pam.d/system-auth</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-tally-entries-in-etc-pam-d-system-auth/m-p/5092905#M49447</link>
      <description>The most accurate possible answer would be: it depends on your existing configuration.&lt;BR /&gt;&lt;BR /&gt;See: &lt;A href="http://www.linux.com/articles/113567" target="_blank"&gt;http://www.linux.com/articles/113567&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In short, if you have lines beginning with "auth requisite" and/or "account requisite", the ordering will affect which failures are counted and which are not.&lt;BR /&gt;&lt;BR /&gt;Suggestion: learn to use the "diff" and "patch" tools. &lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;# cp /etc/pam.d/system-auth /etc/pam.d/system-auth.backup&lt;BR /&gt;# vi /etc/pam.d/system-auth&lt;BR /&gt;# cd /&lt;BR /&gt;# diff -u /etc/pam.d/system-auth.backup /etc/pam.d/system-auth &amp;gt;/tmp/pam-settings-change.patch&lt;BR /&gt;&lt;BR /&gt;Now copy /tmp/pam-settings-change.patch to another host, and run:&lt;BR /&gt;# cd /&lt;BR /&gt;# patch -p0 &lt;BR /&gt;...and the "patch" tool will apply the change you made on the first host to the second host.&lt;BR /&gt;Repeat with 98 other hosts :-)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 16 Feb 2008 11:54:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-tally-entries-in-etc-pam-d-system-auth/m-p/5092905#M49447</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-02-16T11:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: pam_tally entries in /etc/pam.d/system-auth</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-tally-entries-in-etc-pam-d-system-auth/m-p/5092906#M49448</link>
      <description>Tried and received the following error:&lt;BR /&gt;&lt;BR /&gt;[root-(OASIS) ~]# patch -p0 patching file /etc/pam.d/system-auth&lt;BR /&gt;Hunk #1 FAILED at 4.&lt;BR /&gt;1 out of 1 hunk FAILED -- saving rejects to file /etc/pam.d/system-auth.rej&lt;BR /&gt;[root-(OASIS) ~]#&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Feb 2008 19:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-tally-entries-in-etc-pam-d-system-auth/m-p/5092906#M49448</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-02-17T19:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: pam_tally entries in /etc/pam.d/system-auth</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-tally-entries-in-etc-pam-d-system-auth/m-p/5092907#M49449</link>
      <description>That means the "patch" tool did not find a matching location to add the lines. As there was only one set of changes to apply and that one set failed, the rejects file will essentially be a copy of the pam-settings-change.patch file. No changes was made to the /etc/pam.d/system-auth, although the patch tool might have already made a backup with the name /etc/pam.d/system-auth.orig.&lt;BR /&gt;&lt;BR /&gt;The contents of the /etc/pam.d/system-auth file on your first host must be significantly different from the one in the second host. In that case, there is really no reliable way to apply the change automatically.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 19 Feb 2008 11:18:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-tally-entries-in-etc-pam-d-system-auth/m-p/5092907#M49449</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-02-19T11:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: pam_tally entries in /etc/pam.d/system-auth</title>
      <link>https://community.hpe.com/t5/operating-system-linux/pam-tally-entries-in-etc-pam-d-system-auth/m-p/5092908#M49450</link>
      <description>Thanks</description>
      <pubDate>Tue, 19 Feb 2008 17:44:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/pam-tally-entries-in-etc-pam-d-system-auth/m-p/5092908#M49450</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2008-02-19T17:44:30Z</dc:date>
    </item>
  </channel>
</rss>

