From 5b5378e907928e85ab783088038c993a275bb1bf Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 16 Aug 2018 12:27:05 +0000 Subject: Initial working version. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..eb59a42 --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +Simple PAM module to check the username's existance (or lack of) in a file. + +To use simply call from a PAM file passing the file to check (file=) and the +mode (mode=). If mode is block then a user is authenticated if they don't +exist in the file. Any other mode means the user is authenticated if they do +appear in the file, e.g. + +auth required pam_file.so file=/etc/email.allow mode=allow -- cgit v1.2.3