From b776003cf55e1035ac83186e44f72764e52e9e0d Mon Sep 17 00:00:00 2001 From: goodNETnick Date: Mon, 7 Feb 2022 02:04:28 -0500 Subject: ocserv: T4231: Added OTP support for Openconnect 2FA --- interface-definitions/vpn_openconnect.xml.in | 50 +++++++++++++++++++--------- 1 file changed, 34 insertions(+), 16 deletions(-) (limited to 'interface-definitions/vpn_openconnect.xml.in') diff --git a/interface-definitions/vpn_openconnect.xml.in b/interface-definitions/vpn_openconnect.xml.in index 0db5e79d0..a3862647c 100644 --- a/interface-definitions/vpn_openconnect.xml.in +++ b/interface-definitions/vpn_openconnect.xml.in @@ -13,25 +13,43 @@ Authentication for remote access SSL VPN Server - + Authentication mode used by this server - - local - Use local username/password configuration - - - radius - Use RADIUS server for user autentication - - - ^(local|radius)$ - - - local radius - - + + + + Use local username/password configuration (OTP supported) + + password + Password-only local authentication (default) + + + otp + OTP-only local authentication + + + password-otp + Password (first) + OTP local authentication + + + ^(password|otp|password-otp)$ + + Invalid authentication mode + + otp password password-otp + + + + + + Use RADIUS server for user autentication + + + + + #include #include -- cgit v1.2.3