View previous topic :: View next topic |
Author |
Message |
batfoot Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/69736749445ba916764c75.jpg)
Joined: 26 Jul 2004 Posts: 197
|
Posted: Mon Aug 22, 2005 1:29 am Post subject: NTLM authentication. |
|
|
Hi all.
I have noticed a lot of posts regarding NTLM authentication with Gentoo and proxies. The main problem being that if your proxy server is NTLM you can't get out using wget or emerge.
Is there anyone out there that knows NTLM enough to be able to help?
If you set your browser proxy you can get out to the internet no problem. However emerge or wget doesn't work.
There is an authentication package called ntlmaps which get be emerged but I can't figure out how to set it up. The page doesn't give much info
http://ntlmaps.sourceforge.net/
If someone could please help that would be great.
Thanks alot.
Best Regards,
Craig |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rihhi n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Aug 2005 Posts: 2
|
Posted: Tue Aug 30, 2005 9:45 am Post subject: |
|
|
Hi Craig.
I've had the same problem with ntlmaps.
I found the server.cfg in /etc/ntlmaps and changed the following parameters:
PARENT_PROXY:192.168.1.1
PARENT_PROXY_PORT:8080
NT_DOMAIN:my.domain
USER:username_for_proxy
PASSWORD:password_for_proxy
After that I had to change the proxy settings in my /etc/wget/wgetrc
http_proxy = http://127.0.0.1:5865/
ftp_proxy = http://127.0.0.1:5865/
Then I simply started ntlmaps in the background by typing
ntlmaps &
Now emerge and wget are working like a charm
kind regards
dirk ... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
batfoot Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/69736749445ba916764c75.jpg)
Joined: 26 Jul 2004 Posts: 197
|
Posted: Tue Aug 30, 2005 10:11 pm Post subject: |
|
|
Hi Dirk,
I got it working too! Thanks for that. I wasn't changing the wgetrc file previously.
All good now though
Thanks for that.
Craig |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rihhi n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Aug 2005 Posts: 2
|
Posted: Fri Sep 02, 2005 9:39 am Post subject: |
|
|
Hi Craig,
glad I could help
dirk ... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|