debug oauth
This commit is contained in:
parent
a1e846b5cd
commit
98f3936c28
@ -70,6 +70,8 @@ RUN apk --no-cache add \
|
||||
libsodium \
|
||||
libbz2 \
|
||||
zlib \
|
||||
xz-libs \
|
||||
lz4-libs \
|
||||
lz4 \
|
||||
linux-pam \
|
||||
openssl \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user