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