How to Install and Uninstall libapache2-mod-authn-sasl Package on Kali Linux

Last updated: May 18,2024

1. Install "libapache2-mod-authn-sasl" package

This tutorial shows how to install libapache2-mod-authn-sasl on Kali Linux

$ sudo apt update $ sudo apt install libapache2-mod-authn-sasl

2. Uninstall "libapache2-mod-authn-sasl" package

Here is a brief guide to show you how to uninstall libapache2-mod-authn-sasl on Kali Linux:

$ sudo apt remove libapache2-mod-authn-sasl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapache2-mod-authn-sasl package on Kali Linux

Package: libapache2-mod-authn-sasl
Source: libapache2-mod-authn-sasl (1.2-2)
Version: 1.2-2+b1
Installed-Size: 119
Maintainer: Ulises Vitulli
Architecture: amd64
Depends: libapr1 (>= 1.2.7), libc6 (>= 2.4), libsasl2-2 (>= 2.1.27+dfsg), sasl2-bin, apache2-api-20120211
Size: 38688
SHA256: f39ff9d4d7a6d24ba601c9dbd977a7dc0f76b9513762f7f8bc21191419e4331b
SHA1: 7541246916a7a73b9855f38eb146156073bbc5e1
MD5sum: 5794a5e1acd76b6c5d8a39fdd685da1f
Description: SASL authentication backend provider for Apache
This module provides the mod_auth_basic authentication front-end
a way to authenticate users by checking credentials via the Cyrus SASL library.
.
Username and password are checked against the SASL password checking backends,
kerberos5, pam, rimap, shadow and ldap are some of the supported mechanisms.
.
One of the interesting parts of using a SASL backend is that you do not need
to elevate Apache HTTPD's access rights to superuser privileges, even when
validating through shadow database.
Description-md5:
Homepage: http://mod-authn-sasl.sourceforge.net/
Tag: role::shared-lib, security::authentication, suite::apache
Section: httpd
Priority: optional
Filename: pool/main/liba/libapache2-mod-authn-sasl/libapache2-mod-authn-sasl_1.2-2+b1_amd64.deb