1PAM_PERMIT(8) Linux-PAM Manual PAM_PERMIT(8)
2
3
4
6 pam_permit - The promiscuous module
7
9 pam_permit.so
10
12 pam_permit is a PAM module that always permit access. It does nothing
13 else.
14
15 In the case of authentication, the user's name will be set to nobody if
16 the application didn't set one. Many applications and PAM modules
17 become confused if this name is unknown.
18
19 This module is very dangerous. It should be used with extreme caution.
20
22 This module does not recognise any options.
23
25 The auth, account, password and session module types are provided.
26
28 PAM_SUCCESS
29 This module always returns this value.
30
32 Add this line to your other login entries to disable account
33 management, but continue to permit users to log in.
34
35 account required pam_permit.so
36
37
38
40 pam.conf(5), pam.d(5), pam(8)
41
43 pam_permit was written by Andrew G. Morgan, <morgan@kernel.org>.
44
45
46
47Linux-PAM Manual 09/03/2021 PAM_PERMIT(8)