Local and Remote User Authentication

2014-04-24 Thread Hari Miriyala
Hi All, We have nginx1.4.7 with ngx_http_auth_request_module and ngx_http_auth_basic_module besides few other modules. There are few other modules also, but have mentioned above two modules only due to relevance to this discussion. Our application requires to have local user (meaning - store

Re: Radius and TACACS+ based authentication

2014-04-02 Thread Hari Miriyala
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 On Fri, Mar 28, 2014 at 10:22 AM,

Radius and TACACS+ based authentication

2014-03-28 Thread Hari Miriyala
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