debug oauth
This commit is contained in:
parent
a1e846b5cd
commit
98f3936c28
@ -70,6 +70,8 @@ RUN apk --no-cache add \
|
|||||||
libsodium \
|
libsodium \
|
||||||
libbz2 \
|
libbz2 \
|
||||||
zlib \
|
zlib \
|
||||||
|
xz-libs \
|
||||||
|
lz4-libs \
|
||||||
lz4 \
|
lz4 \
|
||||||
linux-pam \
|
linux-pam \
|
||||||
openssl \
|
openssl \
|
||||||
|
@ -2,3 +2,6 @@ auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopq
|
|||||||
auth_username_format = %n
|
auth_username_format = %n
|
||||||
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login"}}
|
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login"}}
|
||||||
!include auth-oauth2.conf.ext
|
!include auth-oauth2.conf.ext
|
||||||
|
auth_verbose = yes
|
||||||
|
auth_debug = yes
|
||||||
|
auth_debug_passwords = yes
|
||||||
|
Loading…
Reference in New Issue
Block a user