Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ntlmaps don't work with ISA
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
gondolin
Apprentice
Apprentice


Joined: 09 Apr 2003
Posts: 158

PostPosted: Tue Jul 24, 2007 10:08 am    Post subject: ntlmaps don't work with ISA Reply with quote

I can't get ntlmaps to work with our compagny ISA server.
I tried every setup i found on the forum here but no luck.
I always get following error:
Code:
Connecting to localhost[127.0.0.1]:5865... connected.
Proxy request sent, awaiting response... 407 Proxy Authentication Required ( The ISA Server requires
 authorization to fulfill the request. Access to the Web Proxy service is denied. )
11:34:04 ERROR 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill
 the request. Access to the Web Proxy service is denied. ).


In the Monitor window of the ISA server i see that the machine wants to connect as client name
Code:
anonymous.
and not my windows username.

Here is my ntlmaps config:
Code:
LISTEN_PORT:5865
PARENT_PROXY:10.32.0.83
PARENT_PROXY_PORT:8080
PARENT_PROXY_TIMEOUT:15
ALLOW_EXTERNAL_CLIENTS:0
FRIENDLY_IPS:
HOSTS_TO_BYPASS_PARENT_PROXY:
DIRECT_CONNECT_IF_POSSIBLE:0
URL_LOG:0
MAX_CONNECTION_BACKLOG:5
Accept: ------
NT_HOSTNAME:
NT_DOMAIN:sxpbelux.net
USER:xxxx
PASSWORD:xxxx
LM_PART:1
NT_PART:0
NTLM_FLAGS: 06820000
NTLM_TO_BASIC:0
DEBUG:0
BIN_DEBUG:0
SCR_DEBUG:0
AUTH_DEBUG:0
root@bxl-dhcp-01 ~ #


and of cource i din't forgot the /etc/profile
Code:
export http_proxy="http://localhost:5865"
export https_proxy="http://localhost:5865"
export ftp_proxy="http://localhost:5865"
export no_proxy="localhost,.10.32.0.83"


so can some one put me on the way.
TIA
Back to top
View user's profile Send private message
ArCaNe50
n00b
n00b


Joined: 09 May 2005
Posts: 16

PostPosted: Wed Jan 09, 2008 12:07 am    Post subject: Re: ntlmaps don't work with ISA Reply with quote

I have the same problem. I also have the exact same config and export lines.

I need to get this to work.

When I check ISA server monitor it doesnt show any user name

I fired up wireshark and sniffed it. I did not see it pass the domain or username or password. It just acts as if there is not proxy there. I does resolve my isa servers domain name so I know it is reading the config file.

One thing I noticed is that if I start it via /usr/bin/ntlmaps it gives me the following error

ERROR: Unable to get the IP address of this machine. This is not a fatal problem, but may cause problems for you using this proxy in some scenarios.

I did not see anywhere to add an IP address. My eth0 int is set to DHCP.

Also if I set the debugging to in the config file, I still do not get any logs after restarting it. I looked in /var/log/ntlmaps

I wonder if this is something recent that started happening?

FYI ISA server is ISA2006 I dont think that makes a difference just want to put that in there though.
Back to top
View user's profile Send private message
jcsjcs
n00b
n00b


Joined: 31 May 2013
Posts: 1

PostPosted: Fri May 31, 2013 9:58 pm    Post subject: Reply with quote

I know this is thread is beyond old, but no solution was given. I ran into the same problem with a stubborn proxy server (no idea what type exactly) and had to make the following changes to the config file:

Quote:
LM_PART:1
# NT_PART:0
NT_PART:0
# NTLM_FLAGS: 06820000
NTLM_FLAGS: 06820000
# NTLM_TO_BASIC:0
NTLM_TO_BASIC:0 # I'm not sure if this has to be changed as well...


Cheers, JCS.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum