debug oauth

This commit is contained in:
Sebastian Hugentobler 2021-08-23 13:02:07 +02:00
parent a1e846b5cd
commit 98f3936c28
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,8 @@ RUN apk --no-cache add \
libsodium \
libbz2 \
zlib \
xz-libs \
lz4-libs \
lz4 \
linux-pam \
openssl \

View File

@ -2,3 +2,6 @@ auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopq
auth_username_format = %n
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login"}}
!include auth-oauth2.conf.ext
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes