]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: Red Hat bz 98745
authorTomas Mraz <tm@t8m.info>
Fri, 4 Feb 2005 15:04:51 +0000 (15:04 +0000)
committerTomas Mraz <tm@t8m.info>
Fri, 4 Feb 2005 15:04:51 +0000 (15:04 +0000)
Purpose of commit: docfix

Commit summary:
---------------
Make the documentation of pam_shells reflect reality.

CHANGELOG
modules/pam_shells/README

index de3bbfdef0807562b8fdb95379172045a8a577e1..4c5e09ad02035378aba1b25cb6cad0147601c621 100644 (file)
--- 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
 
index cbd5bfb556555991530028da2448e15f3c11377a..aa63a827ee18587a61ed311bd7532a26b5aed70b 100644 (file)
@@ -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.