- Package:
- libpam-doc
- Source:
- pam
- Submitter:
- Oohara Yuuma
- Date:
- 2005-07-18 03:54:50 UTC
- Severity:
- wishlist
pam_filter.so doesn't work with login(1) because * pam_filter.so sets stdin of the application to a slave pseudo-terminal * login(1) checks if stdin is the same as the user's tty If you use pam_filter.so in login(1), it will reject every login. Please document it.