diff options
| author | Ian C <ianc@noddybox.co.uk> | 2025-12-05 09:01:30 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2025-12-05 09:01:30 +0000 |
| commit | 4e30282b85b28d56d0a0d42c8e8be93af5f3919a (patch) | |
| tree | e7b085ff0c118e26fd630b8d748998eaa8e0af2c /README | |
| parent | 6c7ccd0fd56de27a7987bdb2b8d3a352b39acd14 (diff) | |
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,7 +2,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. +exist in the file. Checks can be logged to syslog by supply a syslog argument. +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 +auth required pam_file.so file=/etc/email.allow mode=allow syslog |
