Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
510 bytes
|
Rev | Line | |
---|
[c5c522c] | 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 |
---|
Note: See
TracBrowser
for help on using the repository browser.