File: control

package info (click to toggle)
pam-geoip 2.1.1-8
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: ansic: 498; makefile: 98
file content (21 lines) | stat: -rw-r--r-- 701 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: pam-geoip
Section: admin
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13),
 libpam0g-dev,
 libmaxminddb-dev
Rules-Requires-Root: no
Homepage: https://github.com/amishmm/pam_geoip

Package: libpam-geoip
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends}
Suggests: geoipupdate
Description: PAM module checking access of source IPs with a GeoIP2 database
 This PAM module provides GeoIP2 checking for logins. The user can be
 allowed or denied based on the location of the originating IP address.
 This is similar to pam_access, but uses a GeoIP2 City database instead
 of host name / IP matching.