blob: 374c2fe0f02e1ddfabd868a618b0d1c7483db1cf (
plain)
1
2
3
4
5
6
7
8
|
# The PAM configuration file for the Shadow 'groupadd' service
#
# This allows root to add groups without being prompted for a password
auth sufficient pam_rootok.so
# checks for account validity
account required pam_permit.so
|