# grep pam_listfile.so system-auth -A2
auth required pam_listfile.so \
_onerr_=fail item=group sense=allow file=/etc/login.group.allowed
2. create file login.group.allowed, and add group name in this file
# ll /etc/login.group.allowed
-rwxr-xr-x. 1 root root 12 Jan 7 19:28 /etc/login.group.allowed
# cat /etc/login.group.allowed
hogpu-users
3. try to login a user, which is not in group hogpu-users.
Last login: Sat Jan 7 19:30:04 2017 from 10.31.32.72
id: cannot find name for group ID 501
uid=10138(
test.lu) gid=501 groups=501,503(hogpu-algorithm-intern)