]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
doveadm-auth: If auth_debug setting is enabled, send "debug" field to auth lookups.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 11 Mar 2016 05:37:43 +0000 (18:37 +1300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 11 Mar 2016 05:37:43 +0000 (18:37 +1300)
commit2087543679f0b35a8f70e1277b234e66ffdf96ed
tree26c5de9c25758675615575657bafa3ff33e112a1
parentd76a91450e0aa439403b49288e765c5046e2a9a7
doveadm-auth: If auth_debug setting is enabled, send "debug" field to auth lookups.

The idea is that you could enable auth_debug for specific requests with e.g.:

doveadm -o auth_debug=yes user user@example.com
src/doveadm/doveadm-auth.c
src/doveadm/doveadm-settings.c
src/doveadm/doveadm-settings.h
src/lib-auth/auth-client-request.c
src/lib-auth/auth-client.h
src/lib-auth/auth-master.c
src/lib-auth/auth-master.h