Displaying 1 result from an estimated 1 matches for "mod_pam".
2001 Oct 29
2
pam_open_session w/o tty on Solaris
...hat OpenSSH 2.9.9p2 will segfault on any
operation that does not request a tty (do_exec_no_pty).
Based on a quick google search, this seems to have been encountered
by others, though the specific symptoms seem to have changed a bit.
(eg http://www.castaglia.org/proftpd/doc/devel-guide/src/modules/mod_pam.c.html
contains a reference to this problem -- the first instance of PAM_TTY)
I wasn't able to find any other reference to Sun bugid 4250887 that
was mentioned in the comment, and an empty string worked for me as
well.
In any case, the following change appears to address the problem:
diff -r...