summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ssh-user.xml.i
blob: 17ba05a9033a4700da3aabda867a14427b9dde5c (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 -->