blob: 6ac1f35bc6b7cd0f919745027832dbd3ecd61473 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | <!-- include start from ssh-user.xml.i -->
<leafNode name="user">
  <properties>
    <help>Allow specific users to login</help>
    <constraint>
      <regex>[-_a-zA-Z0-9.]{1,100}</regex>
    </constraint>
    <constraintErrorMessage>Illegal characters or more than 100 characters</constraintErrorMessage>
    <multi/>
  </properties>
</leafNode>
<!-- include end -->
 |