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/init/vyos-router | |
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/init/vyos-router')
-rwxr-xr-x | src/init/vyos-router | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/init/vyos-router b/src/init/vyos-router index 35095afe4..711681a8e 100755 --- a/src/init/vyos-router +++ b/src/init/vyos-router @@ -260,6 +260,8 @@ EOF rm -f /etc/pam_radius_auth.conf pam-auth-update --disable tacplus-mandatory tacplus-optional rm -f /etc/tacplus_nss.conf /etc/tacplus_servers + # and no Google authenticator for 2FA/MFA + pam-auth-update --disable mfa-google-authenticator # Certain configuration files are re-generated by the configuration # subsystem and must reside under /etc and can not easily be moved to /run. |