diff options
Diffstat (limited to 'modules/pam_shells/README')
-rw-r--r-- | modules/pam_shells/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/modules/pam_shells/README b/modules/pam_shells/README new file mode 100644 index 0000000..e09dd20 --- /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 user's +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>. + |