Source: libapache2-mod-authn-sasl Section: httpd Maintainer: Debian Commons Uploaders: Ulises Vitulli , Rene Mayorga Build-Depends: apache2-dev, libsasl2-dev, apache2-bin:native, debhelper-compat (= 13) Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/debian/libapache2-mod-authn-sasl Vcs-Git: https://salsa.debian.org/debian/libapache2-mod-authn-sasl.git Homepage: https://mod-authn-sasl.sourceforge.net/ Package: libapache2-mod-authn-sasl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, sasl2-bin, apache2-api-20120211 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.