summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG1
-rw-r--r--modules/pam_shells/README3
2 files changed, 2 insertions, 2 deletions
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.