File: control

package info (click to toggle)
libnginx-mod-http-auth-spnego 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: ansic: 1,415; sh: 713; makefile: 32
file content (26 lines) | stat: -rw-r--r-- 1,021 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-spnego
Section: httpd
Priority: optional
Maintainer: Debian Nginx Maintainers <pkg-nginx-maintainers@alioth-lists.debian.net>
Uploaders: Jérémy Lal <kapouer@melix.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-nginx,
               libkrb5-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/stnoonan/spnego-http-auth-nginx-module
Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-http-auth-spnego.git
Vcs-Browser: https://salsa.debian.org/nginx-team/libnginx-mod-http-auth-spnego
Rules-Requires-Root: no

Package: libnginx-mod-http-auth-spnego
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${shlibs:Depends},
Recommends: nginx,
Description: SPNEGO authentication module for Nginx
 This module enables authentication using the Simple and Protected GSSAPI
 Negotiation Mechanism (SPNEGO, RFC4559).
 .
 Currently, the only supported mechanism is Kerberos, including unconstrained
 and constrained (S4U2Proxy) delegations.