9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
# The PAM configuration file for the Shadow 'useradd' service
|
|
#
|
|
|
|
# This allows root to add users without being prompted for a password
|
|
auth sufficient pam_rootok.so
|
|
|
|
# checks for account validity
|
|
account required pam_permit.so
|