File: control

package info (click to toggle)
libapache2-mod-auth-tkt 2.1.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 976 kB
  • ctags: 709
  • sloc: ansic: 2,178; perl: 1,595; makefile: 91; sh: 88; php: 88; ruby: 59; python: 48
file content (22 lines) | stat: -rw-r--r-- 1,018 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
Source: libapache2-mod-auth-tkt
Section: httpd
Priority: extra
Maintainer: Ivo De Decker <ivodd@debian.org>
Build-Depends: debhelper (>= 9), dh-apache2, apache2-dev
Standards-Version: 3.9.6
Homepage: http://www.openfusion.com.au/labs/mod_auth_tkt/

Package: libapache2-mod-auth-tkt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: lightweight single-sign-on authentication module for Apache
 mod_auth_tkt is a lightweight single-sign-on authentication module
 for Apache. It uses secure cookie-based tickets to implement a single-signon
 framework that works across multiple Apache instances and servers.
 .
 mod_auth_tkt itself is completely repository-agnostic, as the actual
 authentication is done by a user-supplied CGI or script in your language of
 choice (examples are provided in Perl, with contrib libraries for use with
 Python and PHP). This allows authentication against virtually any kind of
 user repository you can imagine (password files, ldap directories, databases,
 etc.)