1PAM_WARN(8) Linux-PAM Manual PAM_WARN(8)
2
3
4
6 pam_warn - PAM module which logs all PAM items if called
7
9 pam_warn.so
10
12 pam_warn is a PAM module that logs the service, terminal, user, remote
13 user and remote host to syslog(3). The items are not probed for, but
14 instead obtained from the standard PAM items. The module always returns
15 PAM_IGNORE, indicating that it does not want to affect the
16 authentication process.
17
19 This module does not recognise any options.
20
22 The auth, account, password and session module types are provided.
23
25 PAM_IGNORE
26 This module always returns PAM_IGNORE.
27
29 #%PAM-1.0
30 #
31 # If we donĀ“t have config entries for a service, the
32 # OTHER entries are used. To be secure, warn and deny
33 # access to everything.
34 other auth required pam_warn.so
35 other auth required pam_deny.so
36 other account required pam_warn.so
37 other account required pam_deny.so
38 other password required pam_warn.so
39 other password required pam_deny.so
40 other session required pam_warn.so
41 other session required pam_deny.so
42
43
45 pam.conf(5), pam.d(5), pam(8)
46
48 pam_warn was written by Andrew G. Morgan <morgan@kernel.org>.
49
50
51
52Linux-PAM Manual 03/02/2009 PAM_WARN(8)