Update 10-auth.conf.tmpl

This commit is contained in:
Sebastian Hugentobler 2016-10-28 08:42:05 +02:00 committed by GitHub
parent 22247f917e
commit bbc8322376

View File

@ -1,3 +1,3 @@
auth_username_chars = {{getenv "ALLOWEDUSERNAMECHARS"}}
auth_mechanisms = {{getenv "AUTHMECHANISMS"}}
auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@"}}
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login"}}
!include auth-ldap.conf.ext