Great! Thanks a lot. This is just what I was looking for. <br><br>One thing I don't understand though is what happens if PAM is uninstalled. Will this prevent 'login' (for example) from running at all? Is a new 'login' binary put in place when the PAM RPM is installed?
<br><br>-David<br><br><div><span class="gmail_quote">On 6/26/07, <b class="gmail_sendername">Kenneth Geisshirt</b> <<a href="mailto:kenneth@geisshirt.dk">kenneth@geisshirt.dk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, June 26, 2007 14:11, David Resnick wrote:<br><br>> Though I am hoping for something more definitive (in case, for example,<br>> the<br>> logged activity is old and PAM has since been disabled).<br><br>I don't follow you. PAM is not a service but a library (with plugins in
<br>the form of shared objects - .so files). You don't simply disable PAM.<br>Take the /bin/login program - it is used for login at the console. Try to<br>run ldd /bin/login and see that this program is linked with libpam.so
.<br>Then check /etc/pam.d/login to see how login is using PAM.<br><br>/kneth<br><br>_______________________________________________<br>Pam-list mailing list<br><a href="mailto:Pam-list@redhat.com">Pam-list@redhat.com</a>
<br><a href="https://www.redhat.com/mailman/listinfo/pam-list">https://www.redhat.com/mailman/listinfo/pam-list</a><br></blockquote></div><br>