aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_shells/README
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_shells/README')
-rw-r--r--modules/pam_shells/README28
1 files changed, 0 insertions, 28 deletions
diff --git a/modules/pam_shells/README b/modules/pam_shells/README
deleted file mode 100644
index bde6667c..00000000
--- a/modules/pam_shells/README
+++ /dev/null
@@ -1,28 +0,0 @@
-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 user's
-shell is listed in /etc/shells.
-
-If this file does not exist, entries are taken from files %vendordir%/shells,
-%vendordir%/shells.d/* and /etc/shells.d/* in that order.
-
-It also checks if needed files (e.g. /etc/shells) are plain files 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>.
-