Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 1
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1655 times and has 0 replies Next Thread
knreed
Former World Community Grid Tech
Joined: Nov 8, 2004
Post Count: 4504
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Testing NTLM Proxies using the BOINC Agent 5.10.40

Ok the test build for the version of BOINC that should support NTLM authentication has been released.

http://boinc.berkeley.edu/dl/boinc_5.10.40_windows_intelx86.exe

This is a test build so keep that in mind.

This version is set to automatically work with NTLM proxies (if it is your http proxy). However, our testing didn't show that always working. If you find that it doesn't work automatically, then please create a file called cc_config.xml in your BOINC installation folder that contains the following:

<cc_config>
<log_flags>
<file_xfer_debug>1</file_xfer_debug>
<http_debug>1</http_debug>
<http_xfer_debug>1</http_xfer_debug>
<proxy_debug>1</proxy_debug>
</log_flags>
<options>
<force_ntlm>1</force_ntlm>
</options>
</cc_config>

This will force the underlying libCurl package to assume NTLM auth will be used. Our testing showed that this did work correctly.

Please let us know how the testing goes.
[Feb 5, 2008 6:17:10 PM]   Link   Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Post new Thread