diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-07-06 17:46:10 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-07-06 17:46:10 +0000 |
commit | 9645892fc4d95d84b2fc21b7c8beb6d798cc64cf (patch) | |
tree | 80b20c6f17b63c83319aa87ba1aaeb2166bb8663 /modules | |
parent | 498a5a949e68100d0d78c031f6fe9c191d6bde8e (diff) | |
download | puppet-9645892fc4d95d84b2fc21b7c8beb6d798cc64cf.tar puppet-9645892fc4d95d84b2fc21b7c8beb6d798cc64cf.tar.gz puppet-9645892fc4d95d84b2fc21b7c8beb6d798cc64cf.tar.bz2 puppet-9645892fc4d95d84b2fc21b7c8beb6d798cc64cf.tar.xz puppet-9645892fc4d95d84b2fc21b7c8beb6d798cc64cf.zip |
do not allow underscore in username, because mediawiki doesn't like this
Diffstat (limited to 'modules')
-rw-r--r-- | modules/catdap/templates/catdap_local.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/catdap/templates/catdap_local.yml b/modules/catdap/templates/catdap_local.yml index 429da7c2..48dbc99a 100644 --- a/modules/catdap/templates/catdap_local.yml +++ b/modules/catdap/templates/catdap_local.yml @@ -30,6 +30,7 @@ authentication: role_basedn: <%= dc_suffix %> register: + login_regex: ^[a-z][a-z0-9-]*$ login_blacklist: - apache - mirror |