gosp / lua-resty-ntlm

nginx ntlm module implemented by lua
MIT License
27 stars 13 forks source link

No resolver defined to resolve #5

Open rootbdfy opened 4 years ago

rootbdfy commented 4 years ago

Hello. I get error : [lua] ntlm.lua:198: ntlm_transaction(): Connect fail: no resolver defined to resolve "domain.local" server: domain.local port: 389 My DNS work well and I don't know what I did wrong.

rootbdfy commented 4 years ago

Error solved by

resolver local=on

in server config. But ntlm authorization not work - all time browser ask password instead of transparent authorisation (like over haproxy).