# 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
auth		required	pam_deny.so

# checks for account validity
account	required	pam_permit.so
