File: control

package info (click to toggle)
libapache2-mod-auth-pubtkt 0.13-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 372 kB
  • sloc: ansic: 1,218; perl: 340; php: 268; sh: 143; makefile: 30
file content (19 lines) | stat: -rw-r--r-- 850 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libapache2-mod-auth-pubtkt
Section: httpd
Priority: optional
Maintainer: Ivo De Decker <ivodd@debian.org>
Build-Depends: debhelper-compat (= 12), dh-apache2, apache2-dev, libssl-dev
Standards-Version: 4.3.0
Homepage: https://neon1.net/mod_auth_pubtkt/
Rules-Requires-Root: no

Package: libapache2-mod-auth-pubtkt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libapache2-mod-auth-tkt
Description: key-based single-sign-on authentication module for Apache
 mod_auth_pubtkt is an Apache module that authenticates a user based on a
 cookie with a ticket that has been issued by a central login server and
 digitally signed using either RSA or DSA. This means that only the trusted
 login server has the private key required to generate tickets, while web
 servers only need the corresponding public key to verify them.