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 = ''
Nobody/Anonymous ( nobody ) - 2009-10-08 13:10
5
Open
None
Nobody/Anonymous
None
None
Public
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use