Update 10-auth.conf.tmpl
This commit is contained in:
parent
22247f917e
commit
bbc8322376
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue