summaryrefslogtreecommitdiff
path: root/modules/pam_shells/README
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_shells/README')
-rw-r--r--modules/pam_shells/README29
1 files changed, 22 insertions, 7 deletions
diff --git a/modules/pam_shells/README b/modules/pam_shells/README
index aa63a827..38e6484c 100644
--- a/modules/pam_shells/README
+++ b/modules/pam_shells/README
@@ -1,9 +1,24 @@
-pam_shells:
- Authentication is granted if the users shell is listed in
- /etc/shells.
+pam_shells — PAM module to check for valid login shell
- Also checks to make sure that /etc/shells is a plain
- file and not world writable.
+━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+
+DESCRIPTION
+
+pam_shells is a PAM module that only allows access to the system if the users
+shell is listed in /etc/shells.
+
+It also checks if /etc/shells is a plain file and not world writable.
+
+OPTIONS
+
+This module does not recognice any options.
+
+EXAMPLES
+
+auth required pam_shells.so
+
+
+AUTHOR
+
+pam_shells was written by Erik Troan <ewt@redhat.com>.
- - Erik Troan <ewt@redhat.com>, Red Hat Software.
- August 5, 1996.