kvspb / nginx-auth-ldap

LDAP authentication module for nginx
BSD 2-Clause "Simplified" License
735 stars 252 forks source link

Customize auth failure response? #174

Open jandrieu opened 7 years ago

jandrieu commented 7 years ago

Is there any way to replace the 401 Authorization Required response when failing an LDAP authorization?

I've tried setting error_page 401 without any luck.