From 26367bfc399cb3862f94ddca8fce87f98f26d67e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:38:36 +0200 Subject: Adding upstream version 1.3.1. Signed-off-by: Daniel Baumann --- modules/pam_shells/pam_shells.8.xml | 117 ++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 modules/pam_shells/pam_shells.8.xml (limited to 'modules/pam_shells/pam_shells.8.xml') diff --git a/modules/pam_shells/pam_shells.8.xml b/modules/pam_shells/pam_shells.8.xml new file mode 100644 index 0000000..15f4767 --- /dev/null +++ b/modules/pam_shells/pam_shells.8.xml @@ -0,0 +1,117 @@ + + + + + + + pam_shells + 8 + Linux-PAM Manual + + + + pam_shells + PAM module to check for valid login shell + + + + + pam_shells.so + + + + + + 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. + + + + MODULE TYPES PROVIDED + + The and + module types are provided. + + + + + RETURN VALUES + + + PAM_AUTH_ERR + + + Access to the system was denied. + + + + + PAM_SUCCESS + + + The user's login shell was listed as valid shell in + /etc/shells. + + + + + PAM_SERVICE_ERR + + + The module was not able to get the name of the user. + + + + + + + + EXAMPLES + + +auth required pam_shells.so + + + + + + SEE ALSO + + + shells5 + , + + pam.conf5 + , + + pam.d5 + , + + pam8 + + + + + + AUTHOR + + pam_shells was written by Erik Troan <ewt@redhat.com>. + + + + -- cgit v1.2.3