summaryrefslogtreecommitdiff
path: root/interface-definitions/ssh.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/ssh.xml.in')
-rw-r--r--interface-definitions/ssh.xml.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/ssh.xml.in b/interface-definitions/ssh.xml.in
index 8dea94d05..ea4202195 100644
--- a/interface-definitions/ssh.xml.in
+++ b/interface-definitions/ssh.xml.in
@@ -25,7 +25,7 @@
<properties>
<help>Allow members of a group to login</help>
<constraint>
- <regex>^[a-z_][a-z0-9_-]{1,31}[$]?</regex>
+ <regex>[a-z_][a-z0-9_-]{1,31}[$]?</regex>
</constraint>
<constraintErrorMessage>illegal characters or more than 32 characters</constraintErrorMessage>
<multi/>
@@ -35,7 +35,7 @@
<properties>
<help>Allow specific users to login</help>
<constraint>
- <regex>^[a-z_][a-z0-9_-]{1,31}[$]?</regex>
+ <regex>[a-z_][a-z0-9_-]{1,31}[$]?</regex>
</constraint>
<constraintErrorMessage>illegal characters or more than 32 characters</constraintErrorMessage>
<multi/>
@@ -52,7 +52,7 @@
<properties>
<help>Disallow members of a group to login</help>
<constraint>
- <regex>^[a-z_][a-z0-9_-]{1,31}[$]?</regex>
+ <regex>[a-z_][a-z0-9_-]{1,31}[$]?</regex>
</constraint>
<constraintErrorMessage>illegal characters or more than 32 characters</constraintErrorMessage>
<multi/>
@@ -62,7 +62,7 @@
<properties>
<help>Disallow specific users to login</help>
<constraint>
- <regex>^[a-z_][a-z0-9_-]{1,31}[$]?</regex>
+ <regex>[a-z_][a-z0-9_-]{1,31}[$]?</regex>
</constraint>
<constraintErrorMessage>illegal characters or more than 32 characters</constraintErrorMessage>
<multi/>