On Thu, Jun 23, 2005 at 12:43:09PM -0400, Patrick Flaherty wrote: > I've had it working for several months. > Can you log in via a console? > if so does your pam.d/ssh file use commonauth? > if not does your commonauth file use pam_ldap?
Hi Patrick, Thank you for your reply. Yes, I include common-auth in pam.d/ssh. Here are the two entries in the file: auth sufficient pam_ldap.so debug auth required pam_unix.so nullok_secure try_first_pass (This works on debian's 386 port, fyi) I've also found out that it also authenticates and then hanges when doing things like `su - username` or `login username`. It looks like the pam session just hangs. You can even see the user logged when using `w`! So I've still got this hunch that there's something up w/ pam, not necessarily pam-ldap. Do you know of a way to test each pam module individually? -- Sincerely, Matt Dunford Unix Systems Administrator DOE Joint Genome Institute url: http://www.jgi.doe.gov email: [EMAIL PROTECTED] phone: 925-296-5844 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

