]> git.ipfire.org Git - thirdparty/util-linux.git/blame - Documentation/PAM-configuration.txt
mount: add verity example to man page
[thirdparty/util-linux.git] / Documentation / PAM-configuration.txt
CommitLineData
21d7483e
KZ
1
2 PAM configuration is very distribution specific. This is reason why upstream
3 util-linux package does not install any PAM config files.
4
5
6 Expected PAM config files:
7
8 login(1):
9 /etc/pam.d/remote - for -h command line option
10 /etc/pam.d/login - regular login
11
12
13 su(1):
14 /etc/pam.d/su-l - for --login command line option
15 /etc/pam.d/su - regular su
16
17
18 runuser(1):
19 /etc/pam.d/runuser-l - for --login command line option
20 /etc/pam.d/runuser - regular su
21
22 Note that runuser requires only "session" setting (and for example
23 "auth sufficient pam_rootok.so" dummy line).
24
25
26 chfn(1):
27 /etc/pam.d/chfn
28
29
30 chsh(1):
31 /etc/pam.d/chsh