Share

NTLM Authorization Proxy Server

Tracker: Bugs

5 ntlmaps listens on external port - ID: 2874695
Last Update: Tracker Item Submitted ( nobody )

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


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.