The Google 2FA support for Juniper was not working due to a minor typo in `auth-juniper.c`. When attempting to connect with --juniper --token-mode=totp --token-secret=<XXX> the error: Unknown form ID 'frmTotpToken' would pop up along with some HTML dump. I simply corrected the typo (ftmTotpToken -> frmTotpToken). `git am` to apply patch. Signed-off-by: Yage Hu <yageh at supermicro.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fix-Google-2FA-typo.patch Type: text/x-patch Size: 792 bytes Desc: 0001-Fix-Google-2FA-typo.patch URL: <http://lists.infradead.org/pipermail/openconnect-devel/attachments/20180419/fcd0ca20/attachment.bin>