]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lmtp-proxy: set real_ variables in auth_user_info struct
authorMarkus Valentin <markus.valentin@open-xchange.com>
Thu, 13 Jun 2019 18:54:39 +0000 (20:54 +0200)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Tue, 10 Sep 2019 07:01:41 +0000 (10:01 +0300)
commit273801f26a1f584c93d9bfabb8af299e4287eac9
treea0b47422e8d6657a1d0f2238a05b53b6ecc4e57c
parentfd430e5300de6fe7b27d0fc049e274f40b8b386f
lmtp-proxy: set real_ variables in auth_user_info struct

Set the real_ variables from connection to the client struct and from
there to the auth_user_info. This allows to pass the real_ variables to
lib-auth and thereby to the auth process.
src/lmtp/lmtp-client.c
src/lmtp/lmtp-client.h
src/lmtp/lmtp-proxy.c