Purpose of commit: docfix
Commit summary:
---------------
Make the documentation of pam_shells reflect reality.
pam_get_item (t8m)
* libpam: Add more checks for broken PAM configuration files to
avoid seg.faults (kukuk)
+* pam_shells: correct README
0.78: Do Nov 18 14:48:36 CET 2004
pam_shells:
Authentication is granted if the users shell is listed in
- /etc/shells. If no shell is in /etc/passwd (empty), the
- /bin/sh is used (following ftpd's convention).
+ /etc/shells.
Also checks to make sure that /etc/shells is a plain
file and not world writable.