ntlmaps listens on external port
Brought to you by:
jpmcc
Default config shows "ALLOW_EXTERNAL_CLIENTS:0" and "LISTEN_PORT: 5865", yet when ntlmaps is started, "netstat -tap" shows it listening on "*:5865" rather than "localhost:5865".
Minimal (dumb) fix is...
# diff lib/server.py /tmp/orig_server.py
29,30c29
< self.MyHost = '127.0.0.1'
---
> self.MyHost = ''