File: control

package info (click to toggle)
libpam-script 1.1.9-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 228 kB
  • sloc: ansic: 374; perl: 348; sh: 179; makefile: 76
file content (19 lines) | stat: -rw-r--r-- 773 bytes parent folder | download
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: optional
Maintainer: Martijn van Brummelen <mvb@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, libpam0g-dev, gawk,
 dpkg-dev (>= 1.16.1~), dh-autoreconf
Standards-Version: 4.2.1.1
Homepage: https://github.com/jeroennijhof/pam_script
Vcs-Git: git://salsa.debian.org/mvb/libpam-script.git
Vcs-browser: https://salsa.debian.org/mvb/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.