1PAM_PERMIT(8)                  Linux-PAM Manual                  PAM_PERMIT(8)
2
3
4

NAME

6       pam_permit - The promiscuous module
7

SYNOPSIS

9       pam_permit.so
10

DESCRIPTION

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

OPTIONS

22       This module does not recognise any options.
23

MODULE TYPES PROVIDED

25       The auth, account, password and session module types are provided.
26

RETURN VALUES

28       PAM_SUCCESS
29           This module always returns this value.
30

EXAMPLES

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

SEE ALSO

40       pam.conf(5), pam.d(5), pam(8)
41

AUTHOR

43       pam_permit was written by Andrew G. Morgan, <morgan@kernel.org>.
44
45
46
47Linux-PAM Manual                  05/18/2017                     PAM_PERMIT(8)
Impressum