1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libapache2-mod-authn-sasl
Section: web
Priority: extra
Maintainer: Ulises Vitulli <uvitulli@fi.uba.ar>
Uploaders: Rene Mayorga <rmayorga@debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, apache2-threaded-dev,
libsasl2-dev, libtool, apache2-mpm-worker
Standards-Version: 3.8.3
Homepage: http://mod-authn-sasl.sourceforge.net/
Package: libapache2-mod-authn-sasl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, sasl2-bin
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.
|