search for: mech_gssapi

Displaying 3 results from an estimated 3 matches for "mech_gssapi".

2020 Aug 16
2
Bug: GSSAPI: Unexpected NUL in auth data
...ent to the server via GSSAPI (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
2008 Aug 12
5
[PATCH] Support GSS-SPNEGO natively
...on and only pass NTLM messages off to samba but I doubt anyone cares with NTLM being rather obsolete. --- dovecot-1.0.13/src/auth/mech-gssapi.c 2007-12-11 11:52:08.000000000 -0700 +++ dovecot-1.0.13-jgg/src/auth/mech-gssapi.c 2008-08-11 23:52:15.000000000 -0600 @@ -417,4 +424,21 @@ mech_gssapi_auth_free }; +/* MTI Kerberos > 1.5 supports SPNEGO for Kerberos tickets internally. + Nothing else needs to be done here. Note however that this does not + support SPNEGO when the only available credential is NTLM.. */ +const struct mech_module mech_gssapi_spnego = { + "GSS-S...
2020 Aug 16
0
Bug: GSSAPI: Unexpected NUL in auth data
...t 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 Hi! So it would seem, can you try adding it? Aki