diff options
| author | Daniil Baturin <daniil@baturin.org> | 2025-12-30 14:26:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-30 14:26:03 +0000 |
| commit | 381ae4a8ccddb524bca5951e27cc826eeef45453 (patch) | |
| tree | 52346cd4568d4d11fab8e3769b0eaa94d2c32122 /src | |
| parent | 8938dbe63cea30276fe5d39748b5c3470efe79a5 (diff) | |
| download | vyos-1x-381ae4a8ccddb524bca5951e27cc826eeef45453.tar.gz vyos-1x-381ae4a8ccddb524bca5951e27cc826eeef45453.zip | |
Update src/conf_mode/vpn_openconnect.py
Diffstat (limited to 'src')
| -rwxr-xr-x | src/conf_mode/vpn_openconnect.py | 2 |
1 files changed, 1 insertions, 1 deletions
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']: |
