README 653 B

123456789101112131415161718192021222324
  1. pam_shells — PAM module to check for valid login shell
  2. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  3. DESCRIPTION
  4. pam_shells is a PAM module that only allows access to the system if the user's
  5. shell is listed in /etc/shells.
  6. It also checks if /etc/shells is a plain file and not world writable.
  7. OPTIONS
  8. This module does not recognise any options.
  9. EXAMPLES
  10. auth required pam_shells.so
  11. AUTHOR
  12. pam_shells was written by Erik Troan <ewt@redhat.com>.