From 554a5def9a2eddc643cf157208ddfe7fee444240 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 24 Sep 2004 11:49:37 +0000 Subject: Relevant BUGIDs: Purpose of commit: Commit summary: --------------- new feature: Bug 436444: Add pam_localuser module --- modules/pam_localuser/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/pam_localuser/README (limited to 'modules/pam_localuser/README') diff --git a/modules/pam_localuser/README b/modules/pam_localuser/README new file mode 100644 index 00000000..88aa7763 --- /dev/null +++ b/modules/pam_localuser/README @@ -0,0 +1,17 @@ +pam_localuser: + Succeeds iff the PAM_USER is listed in /etc/passwd. This seems to be a + common policy need (allowing only a subset of network-wide users, and + any locally-defined users, to access services). Simpler than using + awk to generate a file for use with pam_listfile (-F: '{print $1}'), + I guess. + +RECOGNIZED ARGUMENTS: + debug write debugging messages to syslog + passwd=FILE scan FILE instead of /etc/passwd + +MODULE SERVICES PROVIDED: + auth,account scan the FILE (/etc/passwd by default) and return + a success code if an entry is found for the user + +AUTHOR: + Nalin Dahyabhai -- cgit v1.2.3