search for: _pty

Displaying 1 result from an estimated 1 matches for "_pty".

Did you mean: _pte
2007 Jul 13
5
[Bug 1339] New: pam_dhkeys doesn't work ( PAM_REINITIALIZE_CRED without PAM_ESTABLISH_CRED)
...odule ignores the PAM_REINITIALIZE_CRED flag passed by OpenSSH to pam_setcred(). If I make it pass PAM_ESTABLISH_CRED instead, then it works fine. The PAM_REINITIALIZE_CRED feature was added to fix when initgroups() stomped on when pam_setcred() had already been called from early on in do_exec_[no]_pty(): date: 2001-03-27 16:12:24 +1000; author: djm; state: Exp; lines: +4 -3; - (djm) Reestablish PAM credentials (which can be supplemental group memberships) after initgroups() blows them away. Report and suggested fix from Nalin Dahyabhai <nalin at redhat.com> But, the early call...