View previous topic :: View next topic |
Author |
Message |
Quitch Apprentice
Joined: 04 Jun 2003 Posts: 151
|
Posted: Fri Jun 11, 2004 6:58 am Post subject: NTLM Support |
|
|
I know that Gentoo doesn't natively support NTLM, but at work we have an NTLM proxy. I found an IP address that bypassed it nicely, but I've been discovered
So, now I need a way through. I remember a problem for Unix that supported NTLM authentication and would, I believe, work in my circumstances. Does anyone know the program and whether it is appropriate for me? |
|
Back to top |
|
|
tutaepaki Apprentice
Joined: 11 Nov 2003 Posts: 279 Location: New Zealand
|
Posted: Fri Jun 11, 2004 7:16 am Post subject: |
|
|
NTLM proxy Server http://www.geocities.com/rozmanov/ntlm/
you point your browser, (or wget etc ) at the APS proxy, and it deals with the ntlm authorisation for you.
HTH |
|
Back to top |
|
|
Quitch Apprentice
Joined: 04 Jun 2003 Posts: 151
|
Posted: Fri Jun 11, 2004 7:33 am Post subject: |
|
|
Can it handle emerge?
It also needs the python iterpreter 1.5.2 or higher... now I know (I think) Gentoo has some version of it installed by default. Being new to Unix, how do I check which version? |
|
Back to top |
|
|
think4urs11 Bodhisattva
Joined: 25 Jun 2003 Posts: 6659 Location: above the cloud
|
Posted: Fri Jun 11, 2004 11:27 am Post subject: |
|
|
Hi!
As far as i see it can handle the wget-part.
What's (correct me if i'm wrong) not possible is an emerge sync -> this uses rsync.
So if you use a combination of
Code: | prompt# emerge-webrsync
...
prompt# emerge -uDpv 'packetname' |
you should be fine with it.
oh BTW: for the version number of Python
HTH
T. _________________ Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself |
|
Back to top |
|
|
|