Perrin Harkins wrote:

However, as Aaron pointed out, mod_auth_tkt is a much better solution
for your problem.

It seems to be using mod_cgi to do that? If that's the case, then it probably can't beat modperl:


<quote>
mod_auth_tkt is a lightweight cookie-based authentication module for Apache 1.3.x, written in C. It implements a single-signon framework that works across multiple apache instances and multiple machines. The actual authentication is done by a user-supplied CGI or script in whatever
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
language you like (examples are provided in Perl), meaning you can authenticate against any kind of user repository you can access (password files, ldap, databases, etc.)
</quote>


no?

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to