debug oauth

This commit is contained in:
Sebastian Hugentobler 2021-08-23 12:52:18 +02:00
parent 9f9e9a5ddf
commit a1e846b5cd
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@"}} auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@"}}
auth_username_format = %Lu auth_username_format = %n
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain"}} auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login"}}
!include auth-oauth2.conf.ext !include auth-oauth2.conf.ext

View File

@ -1,6 +1,6 @@
passdb { passdb {
driver = oauth2 driver = oauth2
mechanisms = plain mechanisms = plain login
args = /etc/dovecot/dovecot-oauth2.conf.ext args = /etc/dovecot/dovecot-oauth2.conf.ext
} }