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/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/pam_shells/README b/modules/pam_shells/README
new file mode 100644
index 00000000..f4658be3
--- /dev/null
+++ b/modules/pam_shells/README
@@ -0,0 +1,24 @@
+pam_shells — PAM module to check for valid login shell
+
+━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+
+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 recognise any options.
+
+EXAMPLES
+
+auth required pam_shells.so
+
+
+AUTHOR
+
+pam_shells was written by Erik Troan <ewt@redhat.com>.
+