Christopher Allen Wing <[EMAIL PROTECTED]> writes: > There are some #ifdefs in the openssh source which control whether > pthreads are used to call PAM, or a separate process. When pthreads are > used, a new thread is created, PAM calls are made in this thread, and > then the thread terminates. However, the credentials then stick around > properly (since the thread shares memory with the rest of sshd)
Aha. That's why this works on Debian; Debian uses pthreads. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
