Radius and TACACS+ based authentication

Hi Everyone,

Currently I am using nginx (version 1.2.7) and would like to have
authentication support using external security servers such as Radius
and
TACACS+.

Are there are any extensions/plugins available to support this
functionality? if not, any thoughts on how it can be achieved?

Best Regards,
Hari

AFAIK there is only a ldap module for nginx.

Posted at Nginx Forum:

Hi,

Thanks for reply, I have looked into further and found that basic PAM
module support is available (below is the link). How could we extend
this
to support RADIUS and TACACS+, any thoughts and ideas please?

http://web.iti.upv.es/~sto/nginx/

Regards,
Hari

I’m looking for something similar, any thoughts on how you implemented it