diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-08 18:05:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 18:05:38 +0100 |
commit | 030abbf48fd1399a30ed668f02e4ab02dbff0706 (patch) | |
tree | 17e2f4923cae5459d323702088011a6112356505 /src/pam-configs/mfa-google-authenticator | |
parent | 9c8a7a987fcb99adaa9ba8d423640441e8725ecf (diff) | |
parent | e134dc4171b051d0f98c7151ef32a347bc4f87e2 (diff) | |
download | vyos-1x-030abbf48fd1399a30ed668f02e4ab02dbff0706.tar.gz vyos-1x-030abbf48fd1399a30ed668f02e4ab02dbff0706.zip |
Merge pull request #2584 from c-po/T4943-google-authenticator
login: T4943: use pam-auth-update to enable/disable Google authenticator
Diffstat (limited to 'src/pam-configs/mfa-google-authenticator')
-rw-r--r-- | src/pam-configs/mfa-google-authenticator | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pam-configs/mfa-google-authenticator b/src/pam-configs/mfa-google-authenticator new file mode 100644 index 000000000..9e49e5ef9 --- /dev/null +++ b/src/pam-configs/mfa-google-authenticator @@ -0,0 +1,8 @@ +Name: Google Authenticator PAM module (2FA/MFA) +Default: no +Priority: 384 + +Auth-Type: Primary +Auth: + [default=ignore success=ok auth_err=die] pam_google_authenticator.so nullok forward_pass + |