diff options
author | RageLtMan <rageltman [at] sempervictus> | 2022-08-24 21:36:32 -0400 |
---|---|---|
committer | RageLtMan <rageltman [at] sempervictus> | 2022-08-24 21:36:32 -0400 |
commit | e5785ff748f93b66879d8bd0393c208c6df574a9 (patch) | |
tree | 3425880f33882050ddef72ccdfce48b9fbaf5546 /interface-definitions | |
parent | 4a5e4cfd6c11a6eed3252744ec45638249d6d2b1 (diff) | |
download | vyos-1x-e5785ff748f93b66879d8bd0393c208c6df574a9.tar.gz vyos-1x-e5785ff748f93b66879d8bd0393c208c6df574a9.zip |
T3896: update group syntax per PR1463
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn-openconnect.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/vpn-openconnect.xml.in b/interface-definitions/vpn-openconnect.xml.in index 7167b5d8d..522465611 100644 --- a/interface-definitions/vpn-openconnect.xml.in +++ b/interface-definitions/vpn-openconnect.xml.in @@ -50,9 +50,9 @@ </leafNode> </children> </node> - <leafNode name="groups"> + <leafNode name="group"> <properties> - <help>Groups that a client is allowed to select from. Maps to RADIUS Class attribute.</help> + <help>Group that a client is allowed to select (from a list). Maps to RADIUS Class attribute.</help> <valueHelp> <format>txt</format> <description>Group string. The group may be followed by a user-friendly name in brackets: group1[First Group]</description> |