ldd output below. I don't appear to have strace so I can't include output from that. [jeff@P233 jeff]$ ldd /usr/local/sbin/sshd libpam.so => /lib/libpam.so (0x40018000) libdl.so.2 => /lib/libdl.so.2 (0x40023000) libutil.so.1 => /lib/libutil.so.1 (0x40027000) libnsl.so.1 => /lib/libnsl.so.1 (0x4002a000) libcrypto.so.0.9.6 => /usr/lib/libcrypto.so.0.9.6 (0x40040000) libc.so.6 => /lib/libc.so.6 (0x40104000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) -----Original Message----- From: pam-list-admin@redhat.com [mailto:pam-list-admin@redhat.com] On Behalf Of Ivan Popov Sent: Monday, May 06, 2002 03:45 To: pam-list@redhat.com Subject: RE: Open SSH Support 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 _______________________________________________ Pam-list@redhat.com https://listman.redhat.com/mailman/listinfo/pam-list