Displaying 2 results from an estimated 2 matches for "mech_sec_allow_nuls".
2020 Aug 16
2
Bug: GSSAPI: Unexpected NUL in auth data
...PI
(Kerberos). I get the following message in the log:
auth: Debug: gssapi(?,x.x.x.x,<XXX>): Unexpected NUL in auth
data
The bug appears to have been introduced by this patch:
https://github.com/dovecot/core/commit/d196f4c83c7383c17440d39eb994b4cd9ff5af52
Should mech_gssapi also have the MECH_SEC_ALLOW_NULS flag set?
Kind regards,
Paul
2020 Aug 16
0
Bug: GSSAPI: Unexpected NUL in auth data
...the log:
>
> auth: Debug: gssapi(?,x.x.x.x,<XXX>): Unexpected NUL in auth
> data
>
> The bug appears to have been introduced by this patch:
>
> https://github.com/dovecot/core/commit/d196f4c83c7383c17440d39eb994b4cd9ff5af52
>
> Should mech_gssapi also have the MECH_SEC_ALLOW_NULS flag set?
>
> Kind regards,
>
> Paul
Hi!
So it would seem, can you try adding it?
Aki