Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource mod_auth_tkt

mod_auth_tkt is a lightweight single-sign-on authentication module for apache, supporting versions 2.0.x and 2.2.x. 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.) mod_auth_tkt supports inactivity timeouts (including the ability to control how aggressively the ticket is refreshed), the ability to include arbitrary user data within the cookie, configurable cookie names and domains, and token-based access to subsections of a site. mod_auth_tkt works by checking incoming Apache requests for a (user-defined) cookie containing a valid authentication ticket. The ticket is checked by generating an MD5 checksum for the username and any (optional) user data from the ticket together with the requesting IP address and a shared secret available to the server. If the generated MD5 checksum matches the ticket's checksum, the ticket is valid and the request is authorised. Requests without a valid ticket are redirected to a configurable URL which is expected to validate the user and generate a ticket for them. This package includes a Perl module and working CGI scripts for generating the cookies, as well as contributed classes for PHP and Python environments.

Found 1 sites for mod_auth_tkt

Found 8 RPM for mod_auth_tkt

PackageSummaryDistributionDownload
mod_auth_tkt-2.1.0-2.el6.rf.i686.htmlSingle-sign-on authentication module for ApacheDAG packages for Red Hat Linux el6 i386mod_auth_tkt-2.1.0-2.el6.rf.i686.rpm
mod_auth_tkt-2.1.0-2.el6.rf.x86_64.htmlSingle-sign-on authentication module for ApacheDAG packages for Red Hat Linux el6 x86_64mod_auth_tkt-2.1.0-2.el6.rf.x86_64.rpm
mod_auth_tkt-2.1.0-2.el5.rf.i386.htmlSingle-sign-on authentication module for ApacheDAG packages for Red Hat Linux el5 i386mod_auth_tkt-2.1.0-2.el5.rf.i386.rpm
mod_auth_tkt-2.1.0-2.el5.rf.ppc.htmlSingle-sign-on authentication module for ApacheDAG Fabian packages for Red Hat Linux el5 ppcmod_auth_tkt-2.1.0-2.el5.rf.ppc.rpm
mod_auth_tkt-2.1.0-2.el5.rf.x86_64.htmlSingle-sign-on authentication module for ApacheDAG packages for Red Hat Linux el5 x86_64mod_auth_tkt-2.1.0-2.el5.rf.x86_64.rpm
mod_auth_tkt-2.1.0-1.el5.rf.i386.htmlSingle-sign-on authentication module for ApacheDAG packages for Red Hat Linux el5 i386mod_auth_tkt-2.1.0-1.el5.rf.i386.rpm
mod_auth_tkt-2.1.0-1.el5.rf.ppc.htmlSingle-sign-on authentication module for ApacheDAG Fabian packages for Red Hat Linux el5 ppcmod_auth_tkt-2.1.0-1.el5.rf.ppc.rpm
mod_auth_tkt-2.1.0-1.el5.rf.x86_64.htmlSingle-sign-on authentication module for ApacheDAG packages for Red Hat Linux el5 x86_64mod_auth_tkt-2.1.0-1.el5.rf.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet