| 3 |
- |
1 |
#%PAM-1.0
|
|
|
2 |
# Regular System auth
|
|
|
3 |
auth include system-auth
|
|
|
4 |
#
|
|
|
5 |
# Google Authenticator with Regular System auth in combined prompt mode
|
|
|
6 |
# (OTP is added to the password at the password prompt without separator)
|
|
|
7 |
# auth required pam_google_authenticator.so forward_pass
|
|
|
8 |
# auth include system-auth use_first_pass
|
|
|
9 |
#
|
|
|
10 |
# Common
|
|
|
11 |
account required pam_nologin.so
|
|
|
12 |
account include system-auth
|
|
|
13 |
password include system-auth
|
|
|
14 |
session optional pam_keyinit.so force revoke
|
|
|
15 |
session include system-auth
|
|
|
16 |
session required pam_loginuid.so
|