blob: 9fb5074744d3fff32a9a99bcddb17f91a1d5fe43 (
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
|
<!-- include start from auth-local-users.xml.i -->
<node name="local-users">
<properties>
<help>Local user authentication</help>
</properties>
<children>
<tagNode name="username">
<properties>
<help>Username used for authentication</help>
<valueHelp>
<format>txt</format>
<description>Username used for authentication</description>
</valueHelp>
</properties>
<children>
#include <include/generic-disable-node.xml.i>
<leafNode name="password">
<properties>
<help>Password used for authentication</help>
</properties>
</leafNode>
</children>
</tagNode>
</children>
</node>
<!-- include end -->
|