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-pam
Section: web
Priority: optional
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@alioth-lists.debian.net>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends:
apache2-dev (>= 2.4),
debhelper (>= 11),
dh-apache2,
libpam0g-dev,
Standards-Version: 4.2.1
Homepage: http://www.adelton.com/apache/mod_authnz_pam/
Vcs-Git: https://salsa.debian.org/freeipa-team/mod-authnz-pam.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/mod-authnz-pam
Package: libapache2-mod-authnz-pam
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PAM authorization checker and PAM Basic Authentication provider
mod_authnz_pam is a PAM authorization module, supplementing
authentication done by other modules, for example mod_auth_kerb; it
can also be used as full Basic Authentication provider which runs the
[login, password] authentication through the PAM stack.
|