1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: libpam-script
Section: admin
Priority: extra
Maintainer: Martijn van Brummelen <mvb@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, libpam0g-dev, gfortran, gawk,
libgfortran3, dpkg-dev (>= 1.16.1~), dh-autoreconf
Standards-Version: 3.9.8
Homepage: https://github.com/jeroennijhof/pam_script
Vcs-Git: git://git.debian.org/git/collab-maint/libpam-script.git
Vcs-browser: http://git.debian.org/?p=collab-maint/libpam-script.git
Package: libpam-script
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PAM module which allows executing a script
This module will allow you to execute scripts during authorization,
password changes and sessions. This is very handy if your current
security application has no PAM support but is accessible with
perl or other scripts.
|