9 lines
231 B
Plaintext
9 lines
231 B
Plaintext
# 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
|