Hi,<br><br>I usually never have to fool in PAM as the default config files are ok.  This time I have a little problem that need to be diagnose.<br><br>I have systems running SuSE SLES 9.  In the logs I have the following message:<br>
<br>pam_unix2: cannot get options<br><br>How can I find which options pam_unix2 is missing?<br><br>Being a stranger to PAM, can you tell me what are good tools to diagnose problems with PAM, if any?<br clear="all"><br>/etc/security/pam_unix2.conf looks like this:<br>
auth:    <br>account:    <br>password:    md5<br>session:    none<br><br>/etc/pam.d/su looks like this:<br>#%PAM-1.0<br>auth     sufficient     pam_rootok.so<br>auth     required       pam_unix2.so    nullok #set_secrpc<br>
account  required       pam_unix2.so<br>password required       pam_pwcheck.so  nullok<br>password required       pam_unix2.so    nullok use_first_pass use_authtok<br>#session required    pam_homecheck.so<br>session  required       pam_unix2.so    debug # none or trace<br>
<br><br>TIA,<br><br>-- <br>Bernard