satisfy any doesnt work
chdietrich opened this issue · 2 comments
chdietrich commented
satisfy any;
allow 1.2.3.4;
deny all;
auth_pam "Login with your pam account.";
auth_pam_service_name "nginx";
..should prompt for password except if remote ip is "1.2.3.4". This seems to work with auth_basic but not with auth_pam.
elemoine commented
I am also interested to know if the satisfy
directive is supported.