Satisfy directive behaviour

2015-07-01 Thread Petra Kamenickova
Hi! I'm working on custom PAM module which could be used as an authorization support for authentication modules (e.g. ngx_http_auth_spnego_module) and I ran into few problems. I'm not sure I fully get the interactions between and within phases in nginx. My background is Apache HTTP Server so tha

Re: Satisfy directive behaviour

2015-07-01 Thread Sergey Brester
Hi, Look at module "auth_request" (http://nginx.org/en/docs/http/ngx_http_auth_request_module.html). Good working solution at the moment is to use auth_request module together with some external auth-daemon. You can avoid many problems, e.g. with async/sync handling etc. Using that I have alr