summaryrefslogtreecommitdiff
path: root/interface-definitions/sstp.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/sstp.xml.in')
-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>