blob: a7711b675fa88510373597363f050fa165703baf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!-- include start from accel-ppp/auth-mode.xml.i -->
<leafNode name="mode">
<properties>
<help>Authentication mode used by this server</help>
<valueHelp>
<format>local</format>
<description>Use local username/password configuration</description>
</valueHelp>
<valueHelp>
<format>radius</format>
<description>Use RADIUS server for user autentication</description>
</valueHelp>
<constraint>
<regex>^(local|radius)$</regex>
</constraint>
<completionHelp>
<list>local radius</list>
</completionHelp>
</properties>
<defaultValue>local</defaultValue>
</leafNode>
<!-- include end -->
|