On Mon, 6 May 2002, Jefferson Cowart wrote: > I think I have them set up...It seems to log in just fine, the problem > is it doesn't appear to be using PAM at all. I can remove the sshd file > in pam.d and I get the same behavior. My other file is just a deny/warn > so if it were using PAM I would get warnings without the sshd file. > > [jeff@P233 pam.d]$ cat sshd > # > # Begin /etc/pam.d/sshd Well, then let you check twice if libpam is used? I think the following may help: ldd sshd strace -e open -p <running sshd> or strace -e open [-f] sshd <your favourite debug flags> Cheers, -- Ivan