README 907 B

123456789101112131415161718192021222324252627282930
  1. pam_permit — The promiscuous module
  2. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  3. DESCRIPTION
  4. pam_permit is a PAM module that always permit access. It does nothing else.
  5. In the case of authentication, the user's name will be set to nobody if the
  6. application didn't set one. Many applications and PAM modules become confused
  7. if this name is unknown.
  8. This module is very dangerous. It should be used with extreme caution.
  9. OPTIONS
  10. This module does not recognise any options.
  11. EXAMPLES
  12. Add this line to your other login entries to disable account management, but
  13. continue to permit users to log in.
  14. account required pam_permit.so
  15. AUTHOR
  16. pam_permit was written by Andrew G. Morgan, <morgan@kernel.org>.