1SYSTEM-AUTH(5) Linux-PAM Manual SYSTEM-AUTH(5)
2
3
4
6 system-auth - Common configuration file for PAMified services
7
8
10 /etc/pam.d/system-auth
11
12
13
15 The purpose of this configuration file is to provide common configura‐
16 tion file for all applications and service daemons calling PAM library.
17
18
19 The system-auth configuration file is included from all individual ser‐
20 vice configuration files with the help of the include directive.
21
22
24 There should be no sufficient modules in the session part of system-
25 auth file because individual services may add session modules after
26 include of the system-auth file. Execution of these modules would be
27 skipped if there were sufficient modules in system-auth file.
28
29
30 Conversely there should not be any modules after include directive in
31 the individual service files in authaccount and password sections oth‐
32 erwise they could be bypassed.
33
34
36 None known.
37
38
40 pam(8), config-util(5)
41
42 The three Linux-PAM Guides, for system administrators, module develop‐
43 ers, and application developers.
44
45
46
47Red Hat 2006 Feb 3 SYSTEM-AUTH(5)