blob: dd5cdb0c6e806e958b3b084af10f6a2c4cd9f3eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!-- include start from radius-server-key.xml.i -->
<leafNode name="key">
<properties>
<help>Shared secret key</help>
<valueHelp>
<format>txt</format>
<description>Password string (key)</description>
</valueHelp>
<constraint>
<regex>[[:ascii:]]{1,128}</regex>
</constraint>
<constraintErrorMessage>Password must be less then 128 characters</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|