summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-02-01 10:49:35 +0100
committerChristian Poessinger <christian@poessinger.com>2020-02-01 10:49:35 +0100
commit97de067b7c6b8eb3368274237883666f5ad4501e (patch)
tree21ff622b5619d06036927428e971de11066af8b3 /interface-definitions
parent99d71bf0aecd8bc3a993070e73fef8a0049a94dd (diff)
downloadvyos-1x-97de067b7c6b8eb3368274237883666f5ad4501e.tar.gz
vyos-1x-97de067b7c6b8eb3368274237883666f5ad4501e.zip
sstp: shorten completion helper on "protocols"
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/sstp.xml.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/interface-definitions/sstp.xml.in b/interface-definitions/sstp.xml.in
index 67326da66..10b97b833 100644
--- a/interface-definitions/sstp.xml.in
+++ b/interface-definitions/sstp.xml.in
@@ -88,28 +88,28 @@
<leafNode name="protocols">
<properties>
<help>Authentication protocol for remote access peer SSTP VPN</help>
+ <completionHelp>
+ <list>pap chap mschap mschap-v2</list>
+ </completionHelp>
<valueHelp>
<format>pap</format>
- <description>Require the peer to authenticate itself using PAP [Password Authentication Protocol].</description>
+ <description>Authentication via PAP (Password Authentication Protocol)</description>
</valueHelp>
<valueHelp>
<format>chap</format>
- <description>Require the peer to authenticate itself using CHAP [Challenge Handshake Authentication Protocol].</description>
+ <description>Authentication via CHAP (Challenge Handshake Authentication Protocol)</description>
</valueHelp>
<valueHelp>
<format>mschap</format>
- <description>Require the peer to authenticate itself using CHAP [Challenge Handshake Authentication Protocol].</description>
+ <description>Authentication via MS-CHAP (Microsoft Challenge Handshake Authentication Protocol)</description>
</valueHelp>
<valueHelp>
<format>mschap-v2</format>
- <description>Require the peer to authenticate itself using MS-CHAPv2 [Microsoft Challenge Handshake Authentication Protocol, Version 2].</description>
+ <description>Authentication via MS-CHAPv2 (Microsoft Challenge Handshake Authentication Protocol, version 2)</description>
</valueHelp>
<constraint>
<regex>(pap|chap|mschap|mschap-v2)</regex>
</constraint>
- <completionHelp>
- <list>pap chap mschap mschap-v2</list>
- </completionHelp>
<multi />
</properties>
</leafNode>