Displaying 1 result from an estimated 1 matches for "platform_setusercontext_post_groups".
2015 Jul 07
2
[Bug 2426] New: OpenSSH doesn't need the second call to do_pam_setcred() on non-Linux platforms
...are: Sparc
OS: Solaris
Status: NEW
Severity: minor
Priority: P5
Component: PAM support
Assignee: unassigned-bugs at mindrot.org
Reporter: brent.paulson at gmail.com
There is a second call to do_pam_setcred() in
platform.c:platform_setusercontext_post_groups() which was made via the
following changeset which doesn't mention a bugID:
https://anongit.mindrot.org/openssh.git/commit/platform.c?id=cc12418e18242ce1f61d7035da4956274ba13a96
The comment mentions initgroups(3C) wiping out supplementary groups
which only applies in the Linux world if the Li...