blob: fa34a4dab2b7a42ef6ade32a5b3ed727d0c3c024 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!-- include start from openfabric/password.xml.i -->
<leafNode name="plaintext-password">
<properties>
<help>Use plain text password</help>
<valueHelp>
<format>txt</format>
<description>Authentication password</description>
</valueHelp>
</properties>
</leafNode>
<leafNode name="md5">
<properties>
<help>Use MD5 hash authentication</help>
<valueHelp>
<format>txt</format>
<description>Authentication password</description>
</valueHelp>
</properties>
</leafNode>
<!-- include end -->
|