From: Tomas Mraz Date: Fri, 4 Feb 2005 15:04:51 +0000 (+0000) Subject: Relevant BUGIDs: Red Hat bz 98745 X-Git-Tag: Linux-PAM-0-79~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a6ab99fc1ea4f17054488abeb9668bfaac91131;p=linux-pam Relevant BUGIDs: Red Hat bz 98745 Purpose of commit: docfix Commit summary: --------------- Make the documentation of pam_shells reflect reality. --- diff --git a/CHANGELOG b/CHANGELOG index de3bbfde..4c5e09ad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -80,6 +80,7 @@ BerliOS Bugs are marked with (BerliOS #XXXX). 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 diff --git a/modules/pam_shells/README b/modules/pam_shells/README index cbd5bfb5..aa63a827 100644 --- a/modules/pam_shells/README +++ b/modules/pam_shells/README @@ -1,7 +1,6 @@ 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.