blob: 750c3117b63baf8e937cf4eda01cc28e0c3ea842 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<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>
|