Hi,<br><br>A configuration change is something that I will be looking out for, just as long as I know that the config files are relevant.<br><br>-David<br><br><div><span class="gmail_quote">On 6/26/07, <b class="gmail_sendername">
Tobias Schaefer</b> <<a href="mailto:T.Schaefer@science-computing.de">T.Schaefer@science-computing.de</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;">
Hi,<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>on the other hand sshd could stop PAM authentication due to a<br>configuration change. The library would still be linked in, but its code
<br>would no longer be executed. (The same could happen with apache and other<br>programs.)<br><br>You could configure a logging module into the PAM stack. Some 10 years ago<br>I wrote such a module to debug PAM problems. The module is still available
<br>via <a href="http://www.rz.uni-hohenheim.de/~schaefer/linux/pam/index.html">http://www.rz.uni-hohenheim.de/~schaefer/linux/pam/index.html</a>. But it<br>probably won't compile out of the box since it was only tested with Linux
<br>distributions that have long since passed away.<br><br><br>Tobias<br>--<br><br>   Tobias Schaefer                              Phone   07071-9457-406<br>   science + computing ag                       FAX     07071-9457-411
<br>   Hagellocher Weg 73<br>   D-72070 Tuebingen     Email: <a href="mailto:T.Schaefer@science-computing.de">T.Schaefer@science-computing.de</a><br>         WWW:  <a href="http://www.science-computing.de/">http://www.science-computing.de/
</a><br>--<br>Vorstand/Board of Management:<br>Dr. Bernd Finkbeiner, Dr. Florian Geyer,<br>Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech<br>Vorsitzender des Aufsichtsrats/<br>Chairman of the Supervisory Board:<br>
Prof. Dr. Hanns Ruder<br>Sitz/Registered Office: Tuebingen<br>Registergericht/Registration Court: Stuttgart<br>Registernummer/Commercial Register No.: HRB 382196<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>