Closed
Bug 159215
Opened 22 years ago
Closed 22 years ago
Implement SSPI to use various security models in Windows
Categories
(Core :: Security, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 159015
People
(Reporter: Jason-Prell, Assigned: security-bugs)
Details
SSPI allows an application to use various security models available on a
computer or network without changing the interface to the security system.
This provides support for interactive and noninteractive authentication
through NTLM, Kerberos, Digest SSP.
GINA provides the user login loaded by WINLOGON.EXE. SSPI allows a trusted
connection to the Local Security Authority (LSA) and authenticates with
Kerberos. If Kerberos authentication is not possible, or credentials are
different than the logged in user, the user will be prompted for credentials
and be communicated via NTLM.
This needs to be made feature pref-controlled.
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 159015 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Are these two realy the same? it sounds like sspi is a broader concept.
You need to log in
before you can comment on or make changes to this bug.
Description
•