webauth 4.7.0-6 source package in Ubuntu

Changelog

webauth (4.7.0-6) unstable; urgency=medium

  * Orphan this package, since I no longer use it and cannot therefore
    test or maintain it properly.  It has also been orphaned upstream.
  * Set Secure cookie flag properly with WebAuthSSLReturn.
  * Correctly honor WebKdcTokenMaxTTL for request tokens.
  * Suppress CGI warnings from using param in list context in WebLogin.
  * Add missing word in default WebLogin help text.  (Closes: #783289)
  * Update debhelper compatibility level to V11.
    - Remove now-unnecessary explicit dependency on dh-autoreconf.
  * Switch to the DEP-14 branch layout and update debian/gbp.conf and
    Vcs-Git accordingly.
  * Update standards version to 4.1.3 (no changes required).
  * Use https URL in debian/watch.

 -- Russ Allbery <email address hidden>  Thu, 28 Dec 2017 17:12:37 -0800

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
webauth_4.7.0-6.dsc 2.9 KiB 8139f97b7ef1c2684df81158ee3bae5d810d62dbb1a19ebee131c479e5404857
webauth_4.7.0.orig.tar.xz 895.2 KiB e81c9614c806b1c82f0bf1f7116c9714786331ac5c830c1130a52d05ac4ffc44
webauth_4.7.0-6.debian.tar.xz 33.7 KiB 573919f6cf6c9fdd52fe54ae1e1e64c389ce8c98535022d01ada81beb6e8aba3

Available diffs

No changes file available.

Binary packages built by this source

libapache2-mod-webauth: Apache module for WebAuth authentication

 WebAuth is a cookie-based web authentication system built on top of
 Kerberos. It relies on a central authentication server that handles all
 user authentication for a domain and creates user authentication
 credentials for any web server that needs strong authentication.
 .
 This package contains the Apache module to do user authentication for
 individual web servers. This module does not do authorization; for an
 approach to LDAP-based authorization that works well with WebAuth, see
 libapache2-mod-webauthldap.

libapache2-mod-webauth-dbgsym: debug symbols for libapache2-mod-webauth
libapache2-mod-webauthldap: Apache module for WebAuth LDAP lookup and authorization

 WebAuth is a cookie-based web authentication system built on top of
 Kerberos. It relies on a central authentication server that handles all
 user authentication for a domain and creates user authentication
 credentials for any web server that needs strong authentication.
 .
 This package contains an Apache module to do LDAP-based authorization
 after a WebAuth authentication and retrieve LDAP information about the
 authenticated user. It only supports GSS-API binds and requires WebAuth
 be used as the authentication method.

libapache2-mod-webauthldap-dbgsym: debug symbols for libapache2-mod-webauthldap
libapache2-mod-webkdc: Apache modules for a WebAuth authentication KDC

 WebAuth is a cookie-based web authentication system built on top of
 Kerberos. It relies on a central authentication server that handles all
 user authentication for a domain and creates user authentication
 credentials for any web server that needs strong authentication.
 .
 This package contains the Apache module for the central authentication
 server for a particular site. Only one such server is needed; all web
 servers that use WebAuth will talk to this server to obtain and verify
 authentication credentials.

libapache2-mod-webkdc-dbgsym: debug symbols for libapache2-mod-webkdc
libwebauth-dev: Development files for WebAuth authentication

 WebAuth is a cookie-based web authentication system built on top of
 Kerberos. It relies on a central authentication server that handles all
 user authentication for a domain and creates user authentication
 credentials for any web server that needs strong authentication.
 .
 This package contains the symlinks, headers, and static library needed to
 compile and link programs that use libwebauth.

libwebauth-perl: Perl library for WebAuth authentication

 WebAuth is a cookie-based web authentication system built on top of
 Kerberos. It relies on a central authentication server that handles all
 user authentication for a domain and creates user authentication
 credentials for any web server that needs strong authentication.
 .
 This package contains the Perl bindings to the WebAuth library, which
 does token encoding and decoding and other lower-level parts of the
 WebAuth protocol.

libwebauth-perl-dbgsym: debug symbols for libwebauth-perl
libwebauth12: Shared libraries for WebAuth authentication

 WebAuth is a cookie-based web authentication system built on top of
 Kerberos. It relies on a central authentication server that handles all
 user authentication for a domain and creates user authentication
 credentials for any web server that needs strong authentication.
 .
 This package contains the shared library used by the WebAuth modules,
 Perl bindings, and command-line utilities. It does token encoding and
 decoding and other lower-level parts of the WebAuth protocol.

libwebauth12-dbgsym: debug symbols for libwebauth12
libwebkdc-perl: Perl libraries for WebAuth central login server

 WebAuth is a cookie-based web authentication system built on top of
 Kerberos. It relies on a central authentication server that handles all
 user authentication for a domain and creates user authentication
 credentials for any web server that needs strong authentication.
 .
 This package contains the WebKDC Perl modules that support the WebLogin
 server, which handles user authentication and the establishment of
 initial authentication credentials.

webauth-tests: Tests for the WebAuth authentication modules

 WebAuth is a cookie-based web authentication system built on top of
 Kerberos. It relies on a central authentication server that handles all
 user authentication for a domain and creates user authentication
 credentials for any web server that needs strong authentication.
 .
 This package contains test HTML files and Apache configuration
 fragments to test a new installation of the WebAuth modules.

webauth-utils: Command-line utilities for WebAuth authentication

 WebAuth is a cookie-based web authentication system built on top of
 Kerberos. It relies on a central authentication server that handles all
 user authentication for a domain and creates user authentication
 credentials for any web server that needs strong authentication.
 .
 This package contains an additional command-line tool to manipulate
 WebAuth keyrings.

webauth-utils-dbgsym: debug symbols for webauth-utils
webauth-weblogin: Central login server for WebAuth authentication

 WebAuth is a cookie-based web authentication system built on top of
 Kerberos. It relies on a central authentication server that handles all
 user authentication for a domain and creates user authentication
 credentials for any web server that needs strong authentication.
 .
 This package contains the CGI-based WebLogin server that handles initial
 user authentication and building authentication tokens for WebAuth
 servers. Only one WebLogin server is needed to support a site WebAuth
 installation. It is normally run on the same system as the WebKDC.