summaryrefslogtreecommitdiff
path: root/interface-definitions/include/accel-ppp/auth-protocols.xml.i
blob: d4326615255806f3df6bbd9206d39c25c17cee79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!-- include start from accel-ppp/auth-protocols.xml.i -->
<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>Authentication via PAP (Password Authentication Protocol)</description>
    </valueHelp>
    <valueHelp>
      <format>chap</format>
      <description>Authentication via CHAP (Challenge Handshake Authentication Protocol)</description>
    </valueHelp>
    <valueHelp>
      <format>mschap</format>
      <description>Authentication via MS-CHAP (Microsoft Challenge Handshake Authentication Protocol)</description>
    </valueHelp>
    <valueHelp>
      <format>mschap-v2</format>
      <description>Authentication via MS-CHAPv2 (Microsoft Challenge Handshake Authentication Protocol, version 2)</description>
    </valueHelp>
    <constraint>
      <regex>(pap|chap|mschap|mschap-v2)</regex>
    </constraint>
    <multi/>
  </properties>
  <defaultValue>pap chap mschap mschap-v2</defaultValue>
</leafNode>
<!-- include end -->