search for: openssh_permit_gid_overrid

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

2015 Apr 13
1
[Bug 2380] New: [PATCH] Optionally allow pam_setcred to override gid
...Status: NEW Severity: enhancement Priority: P5 Component: PAM support Assignee: unassigned-bugs at mindrot.org Reporter: ryan_cox at byu.edu Created attachment 2583 --> https://bugzilla.mindrot.org/attachment.cgi?id=2583&action=edit openssh_permit_gid_override.diff I would like to allow pam_setcred/pam_sm_setcred to override the gid that is normally set for a user. Currently the openssh code calls do_pam_setcred then it sets the gid to the user's gid as listed in /etc/passwd, LDAP, or whatever regardless of what the pam module set it to. I would...