summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ssh-group.xml.i
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/include/ssh-group.xml.i')
-rw-r--r--interface-definitions/include/ssh-group.xml.i12
1 files changed, 12 insertions, 0 deletions
diff --git a/interface-definitions/include/ssh-group.xml.i b/interface-definitions/include/ssh-group.xml.i
new file mode 100644
index 000000000..9c8b8692f
--- /dev/null
+++ b/interface-definitions/include/ssh-group.xml.i
@@ -0,0 +1,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 -->