aboutsummaryrefslogtreecommitdiffstats
path: root/modules/catdap/templates/catdap_local.yml
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-03-28 15:27:34 +0000
committerColin Guthrie <colin@mageia.org>2014-03-28 15:27:34 +0000
commitd40a4ce8c1ea40cf50ee573760c55dcbdc61891a (patch)
treedfc1d7c883945c8711b3447e5a48e40273e424d7 /modules/catdap/templates/catdap_local.yml
parent0da8b77ccccf9e484ceb4ab3101a4c8feda12cf9 (diff)
downloadpuppet-d40a4ce8c1ea40cf50ee573760c55dcbdc61891a.tar
puppet-d40a4ce8c1ea40cf50ee573760c55dcbdc61891a.tar.gz
puppet-d40a4ce8c1ea40cf50ee573760c55dcbdc61891a.tar.bz2
puppet-d40a4ce8c1ea40cf50ee573760c55dcbdc61891a.tar.xz
puppet-d40a4ce8c1ea40cf50ee573760c55dcbdc61891a.zip
Remove -'s as being valid for usernames.
This causes problems from packaging due to regexps littered around iurt code.
Diffstat (limited to 'modules/catdap/templates/catdap_local.yml')
-rw-r--r--modules/catdap/templates/catdap_local.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/catdap/templates/catdap_local.yml b/modules/catdap/templates/catdap_local.yml
index 48dbc99a..a139c1c7 100644
--- a/modules/catdap/templates/catdap_local.yml
+++ b/modules/catdap/templates/catdap_local.yml
@@ -30,7 +30,7 @@ authentication:
role_basedn: <%= dc_suffix %>
register:
- login_regex: ^[a-z][a-z0-9-]*$
+ login_regex: ^[a-z][a-z0-9]*$
login_blacklist:
- apache
- mirror