File: control

package info (click to toggle)
libnginx-mod-http-auth-pam 1%3A1.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 96 kB
  • sloc: ansic: 332; sh: 53; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,013 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: libnginx-mod-http-auth-pam
Section: httpd
Priority: optional
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Uploaders: Jan Mojžíš <jan.mojzis@gmail.com>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-nginx,
               libpam0g-dev,
               nginx-abi-1.22.1-7,
Standards-Version: 4.6.2
Homepage: https://github.com/sto/ngx_http_auth_pam_module
Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-http-auth-pam.git
Vcs-Browser: https://salsa.debian.org/nginx-team/libnginx-mod-http-auth-pam
Rules-Requires-Root: no

Package: libnginx-mod-http-auth-pam
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends},
Recommends: nginx,
Description: PAM authentication module for Nginx
 The nginx_http_auth_pam module enables authentication using PAM.
 .
 The module uses PAM as a backend for simple http authentication. It
 also allows setting the pam service name to allow more fine grained control.