chfn 427 B

1234567891011121314
  1. #
  2. # The PAM configuration file for the Shadow `chfn' service
  3. #
  4. # This allows root to change user infomation without being
  5. # prompted for a password
  6. auth sufficient pam_rootok.so
  7. # The standard Unix authentication modules, used with
  8. # NIS (man nsswitch) as well as normal /etc/passwd and
  9. # /etc/shadow entries.
  10. auth include common-auth
  11. account include common-account
  12. session include common-session