How to Install gss-ntlmssp in Ubuntu 18.04



Install gss-ntlmssp by entering the following commands in the terminal:

sudo apt update
sudo apt install gss-ntlmssp

Description:

GSSAPI NTLMSSP Mechanism -- MIT GSSAPI plugin

GSS-NTLMSSP is a GSSAPI mechanism plugin that implements NTLMSSP. NTLMSSP is a Microsoft Security Provider that implements various versions and falvors of the NTLM challenge-response family. . GSS-NTLMSSP, implements both NTLM and NTLMv2 and all the various security variants to the key exchange that Microsoft introduced and documented over time. . This code implements the NTLMSSP mechanism as a GSSAPI loadable mechanism and has been tested to work with MIT Kerberos' 1.11 implementation of GSSAPI. . This package supplies the MIT GSSAPI plugin.

Homepage: https://pagure.io/gss-ntlmssp/

Version: 0.7.0-4build3

Section: universe/libs