mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
353 B

  1. #
  2. # PAM Configuration for all shadow utils like:
  3. # chpasswd, groupadd, groupdel, groupmod, newusers, useradd, userdel, usermod.
  4. #
  5. # Some documentation on this file format can be found at:
  6. # http://www.kernel.org/pub/linux/libs/pam/Linux-PAM-html/pam.html
  7. #
  8. auth sufficient pam_rootok.so
  9. account required pam_permit.so
  10. password required pam_permit.so