16
edits
(Request kerberos auth.) |
(Add more bug numbers) |
||
Line 2: | Line 2: | ||
Mozilla 1.7 has support for GSSAPI authentication for HTTP, and thus supports kerberos. It would be good to have GSSAPI auth for IMAP (and LDAP) in TB. Is the support there? What needs to be developed and tested? I'll try to gather relevant bugs and references to source code here. | Mozilla 1.7 has support for GSSAPI authentication for HTTP, and thus supports kerberos. It would be good to have GSSAPI auth for IMAP (and LDAP) in TB. Is the support there? What needs to be developed and tested? I'll try to gather relevant bugs and references to source code here. | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=17578 HTTP/GSSAPI auth] | *[https://bugzilla.mozilla.org/show_bug.cgi?id=307788 IMAP/GSSAPI implemented?] | ||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=17578 Request for HTTP/GSSAPI auth] (implemented in 1.7) | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=292801 Request for LDAP/GSSAPI auth] | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=133939 Request for SOCKS5/GSSAPI] | |||
== IMAP == | == IMAP == | ||
Line 13: | Line 16: | ||
I don't use this old protocol. | I don't use this old protocol. | ||
== NTLM? == | == NTLM and SPNEGO? == | ||
These are not listed as available authentication methods in the UI. Are they ever used automatically? | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=246861 Some stuff about SPNEGO and GSSAPI I don't properly understand] | |||
== General == | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=240643 Try the last successful authentication method first.] | |||
*https://bugzilla.mozilla.org/show_bug.cgi?id=237586 | |||
== GSSAPI implementations == | |||
*MIT | |||
*Sun | |||
*Heimdal | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=286030 GNU] |
edits