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-authnz-external
Section: web
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), dh-apache2, apache2-dev (>= 2.4.0)
Standards-Version: 4.6.1
Homepage: http://code.google.com/p/mod-auth-external
Package: libapache2-mod-authnz-external
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: pwauth
Description: authenticate Apache against external authentication services
Mod_Authnz_External can be used to quickly construct secure, reliable
authentication systems. It can also be mis-used to quickly open gaping
holes in your security. Read the documentation, and use with extreme
caution.
.
Notably, this module can be used to securely authenticate against PAM
(without exposing /etc/shadow file), using, for example, pwauth
authenticator.
.
This Package includes the mod-authnz-external Module for Apache Version 2.x
|