summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ssh-group.xml.i
blob: 9c8b8692fe8aacee53a292c780d2966898a56553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- include start from ssh-group.xml.i -->
<leafNode name="group">
  <properties>
    <help>Allow members of a group to login</help>
    <constraint>
      <regex>[a-z_][a-z0-9_-]{1,31}[$]?</regex>
    </constraint>
    <constraintErrorMessage>illegal characters or more than 32 characters</constraintErrorMessage>
    <multi/>
  </properties>
</leafNode>
<!-- include end -->