Update 10-auth.conf.tmpl
This commit is contained in:
parent
22247f917e
commit
bbc8322376
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user