How to Install and Uninstall libapache2-authenntlm-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libapache2-authenntlm-perl" package

This guide let you learn how to install libapache2-authenntlm-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libapache2-authenntlm-perl

2. Uninstall "libapache2-authenntlm-perl" package

This guide covers the steps necessary to uninstall libapache2-authenntlm-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libapache2-authenntlm-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache2-authenntlm-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libapache2-authenntlm-perl
Priority: optional
Section: universe/perl
Installed-Size: 116
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.02-8build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14), libapache2-mod-perl2
Conflicts: libauthen-smb-perl
Filename: pool/universe/liba/libapache2-authenntlm-perl/libapache2-authenntlm-perl_0.02-8build1_amd64.deb
Size: 39550
MD5sum: f60a7863971f9243a693188466d18ae5
SHA1: f33539b9dc3a5e854c5db2089e77934db86c5226
SHA256: e474e0b17f0f5cceec873acea089fbcdb1794069fdf46e4994fd2471128f6bf1
Description-en: module for Microsoft NTLM and Basic User Authentication
The purpose of the Apache2::AuthenNTLM module is to perform a user
authentication via Microsoft's NTLM protocol. This protocol is supported by
all versions of the Internet Explorer and is mainly useful for intranets.
Depending on your preferences setting IE will supply your windows logon
credentials to the web server when the server asks for NTLM authentication.
This saves the user to type in his/her password again.
.
The NTLM protocol performs a challenge/response to exchange a random number
(nonce) and get back a md4 hash, which is built from the user's password
and the nonce. This makes sure that no password goes over the wire in plain
text.
.
The main advantage of the Perl implementation is, that it can be easily
extended to verify the user/password against other sources than a windows
domain controller.
.
The default implementation is to go to the domain controller for the given
domain and verify the user. If you want to verify the user against another
source, you can inherit from Apache2::AuthenNTLM and override it's methods.
Description-md5: cbc2e421b85bf7dec0d2b305f8ef126f
Homepage: https://metacpan.org/release/Apache2-AuthenNTLM
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu