From de848d9e9146434817c65d74d1d0313e9d729462 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 14:01:37 +0200 Subject: Adding upstream version 1.4.0. Signed-off-by: Daniel Baumann --- modules/pam_shells/README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/pam_shells/README (limited to 'modules/pam_shells/README') 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 . + -- cgit v1.2.3