File: control

package info (click to toggle)
libpam-script 1.1.9-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: ansic: 374; perl: 348; sh: 179; makefile: 76
file content (19 lines) | stat: -rw-r--r-- 746 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-compat (= 13), libpam0g-dev, gawk,
 dpkg-dev (>= 1.16.1~)
Standards-Version: 4.6.2
Homepage: https://github.com/jeroennijhof/pam_script
Vcs-Browser: https://salsa.debian.org/mvb/libpam-script
Vcs-Git: 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.