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 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,...
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
Senny
September 29, 2020, 6:01am
4
I’m looking for something similar, any thoughts on how you implemented it