Network.auth.use-sspi
From MozillaZine Knowledge Base
Contents
Background
Kerberos is a authentication protocol. This preference determines whether to use SSPI or GSSAPI for Kerberos authentication.
Possible values and their effects
true
Use SSPI. (Default on Windows)
false
Use GSSAPI. (Default on other OSes)
Caveats
- SSPI only works on Windows.
First checked in
Has an effect in
- Firefox (all versions since 1.5, Windows OS)
- Thunderbird (all versions since 1.5, Windows OS)
- SeaMonkey (all versions since 1.0, Windows OS)
Related bugs
- Bug 280792 - Include Optional Support for MIT Kerberos for Windows
- Bug 303160 - Add support for GSSAPI Authentication to IMAP