summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2020-11-23 10:26:07 +0100
committerTomas Mraz <tmraz@fedoraproject.org>2020-11-24 15:00:58 +0100
commit5b7ba35ebfd280c931933fedbf98cb7f4a8846f2 (patch)
tree89b6374080adf878b76aa98500a15aa10558a364 /NEWS
parent28b8c7045ac8ea4ea080bce02a2df9e3b9e98f06 (diff)
pam_wheel: Use pam_modutil_user_in_group_uid_gid instead of reimplementation
The pam_modutil_user_in_group... functions use getgrouplist to check the membership so they work also in setups with remote services which do not provide group members in struct group. Fixes #297 * modules/pam_wheel/pam_wheel.c (perform_check): Call pam_modutil_user_in_group_uid_gid to do the group check.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bd4bca65..d6e971c9 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ Release 1.5.1
* pam_unix: fixed CVE-2020-27780 - authentication bypass when an
user doesn't exist and root password is blank
* pam_faillock: added nodelay option to not set pam_fail_delay
+* pam_wheel: use pam_modutil_user_in_group to check for the group membership
+ with getgrouplist where it is available
Release 1.5.0
* Multiple minor bug fixes, portability fixes, and documentation improvements.