IMAP GSS authentication method.
An overview of the authentication method is in RFC1731.
An overview of the C API used is in RFC2744. Of note is section 3.2, which describes gss_buffer_desc. The length should not include a terminating '\0' byte, and the client should not expect the value field to be '\0'terminated.
Function | Description | Links |
---|---|---|
imap_auth_gss() | GSS Authentication support | ImapAuth::authenticate(), imap_authenticate |
print_gss_error() | Print detailed error message to the debug log |