Re: [users@httpd] mod_authnz_external and mod_auth_external

2012-08-10 Thread Rajeev Prasad
mod_auth_tkt is what i was looking for thanks a lot! From: Yehuda Katz To: users@httpd.apache.org; Rajeev Prasad Sent: Thursday, August 9, 2012 5:25 PM Subject: Re: [users@httpd] mod_authnz_external and mod_auth_external There are modules that I have

Re: [users@httpd] mod_authnz_external and mod_auth_external

2012-08-09 Thread Yehuda Katz
There are modules that I have used that do this, but they are usually limited to particular situations. For example, mod_auth_cas (https://wiki.jasig.org/display/CASC/mod_auth_cas) authenticates against a CAS server. You might be looking for something like mod_auth_tkt ( http://www.openfusion.com.

[users@httpd] mod_authnz_external and mod_auth_external

2012-08-09 Thread Rajeev Prasad
is there a way/module in Apache to authenticate users by redirecting to a separate website and then accept back the encrypted cookie it generates on successful authentication? ty. Rajeev - To unsubscribe, e-mail: users-unsubsc