Hi, I want to add mod_auth_tkt module for apache2. mod_auth_tkt is a lightweight cookie-based authentication module, written in C, for apache versions 1.3.x and 2.0.x. It implements a single-signon framework that works across multiple apache instances and multiple machines. 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.) Krzysztof
Created attachment 121112 [details] mod_auth_tkt-2.0.0_rc2.ebuild
in cvs now