From 381ae4a8ccddb524bca5951e27cc826eeef45453 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 30 Dec 2025 14:26:03 +0000 Subject: Update src/conf_mode/vpn_openconnect.py --- src/conf_mode/vpn_openconnect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/conf_mode/vpn_openconnect.py b/src/conf_mode/vpn_openconnect.py index 8522a325b..bfc1d5269 100755 --- a/src/conf_mode/vpn_openconnect.py +++ b/src/conf_mode/vpn_openconnect.py @@ -115,7 +115,7 @@ def verify(ocserv): and 'certificate' in ocserv['authentication']['mode']) ): raise ConfigError( - 'OpenConnect authentication modes are mutually-exclusive. Only one of local, radius, or certificate.' + 'OpenConnect authentication modes are mutually-exclusive. Use only one of local, radius, or certificate.' ) if 'radius' in ocserv['authentication']['mode']: if 'server' not in ocserv['authentication']['radius']: -- cgit v1.2.3