Re: IMAP frontend authenticating proxy with GSSAPI/Kerberos SSO

2019-08-01 Thread Gert van Dijk via dovecot
On Thu, Aug 1, 2019 at 3:42 PM Timo Sirainen wrote: > > On 1 Aug 2019, at 12.26, Gert van Dijk via dovecot > wrote: > > > > passdb { > > args = proxy=y host=127.0.0.1 port=1143 pass=#hidden_use-P_to_show# > .. > > auth: Info: static(username,1.2.3.4,<9WOjSwWP8toKAAYE>): No password > > returned

Re: IMAP frontend authenticating proxy with GSSAPI/Kerberos SSO

2019-08-01 Thread Timo Sirainen via dovecot
On 1 Aug 2019, at 12.26, Gert van Dijk via dovecot wrote: > > passdb { > args = proxy=y host=127.0.0.1 port=1143 pass=#hidden_use-P_to_show# .. > auth: Info: static(username,1.2.3.4,<9WOjSwWP8toKAAYE>): No password > returned (and no nopassword) I think this is why it's not using the passdb at

IMAP frontend authenticating proxy with GSSAPI/Kerberos SSO

2019-08-01 Thread Gert van Dijk via dovecot
Hi, My IMAP backend server is lacking SSO authentication, so I am trying to set up Dovecot in front of it as an authenticating proxy. Fortunately, my backend server provides a way to ignore the password provided and will simply trust the username given to be authenticated, using plain login authen