Closed Bug 240778 Opened 20 years ago Closed 20 years ago

Request for feature: GSSAPI authentication in IMAP and (possibly) SMTP

Categories

(MailNews Core :: Networking: IMAP, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 28200

People

(Reporter: gpaterno, Assigned: Bienvenu)

References

Details

Attachments

(1 file)

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316

Dear developers, I really appreciated the inclusion of SPNEGO in Mozilla 1.7.
I wish to have the support of GSSAPI (i.e. Kerberos V) authentication in IMAP 
and (possibly) also in the SMTP.
Thank you!


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




It would be great to have it cross-platform.
We have support for HTTP GSSAPI but it hasn't been extended to mailnews yet. It
looks like it requires an http channel, though this is just to get a uri (though
I 'm not sure if this is true for the other nsIHttpAuthenticator's)
Status: UNCONFIRMED → NEW
Ever confirmed: true
So, we have to factor the GSSAPI auth code into an implementation of
nsIAuthModule, which will require changing that interface slightly.  Then we
need to implement the HTTP authenticator in terms of that component.  This is
something that I am currently working on because I also want to implement SPNEGO
using SSPI on Win32.
Attached file smtp log
I have set to use username and password for STMP. tbird0.6 asks me for a
password and then I get relaying prohibited error. It used to work some time
ago but then it stopped. 
If I select save password with passwd manager, the passwd manager contains
smtp:// entry but it doesn't have a username, only <>.
wrong bug. i meant bug 239376. sorry
Possibly dup of bug 28200.
Product: MailNews → Core
This requires SASL support.

The GSSAPI support added for the negotiateauth feature will not work for IMAP
and SMTP authentication.  The IETF standard for auth in these situations is to
use SASL with GSSAPI.   There are  plenty of SASL implementations available,
Cyrus SASL is freely available on most Linux distros, Solaris 10 has a native
SASL library (based on Cyrus) and I think even Microsoft has SASL support.  

Adding SASL-GSSAPI would extend the single-sign on capabilities of the MOzilla
suite to mail clients which is highly desirable in security conscious enterprises.
*** Bug 279799 has been marked as a duplicate of this bug. ***
This is a dup of 28200, I should have read that one before posting here.
Someone should close this as a duplicate.

*** This bug has been marked as a duplicate of 28200 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: