Network.auth.use-sspi

From MozillaZine Knowledge Base
Jump to navigationJump to search

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

2005-08-17 by David Bienvenu

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

Related preferences

External links