Thread: Help curl-loader: proxy authentication multiple users
Status: Alpha
Brought to you by:
coroberti
From: 王鹏 <sjz...@gm...> - 2010-03-03 13:56:58
|
Hi Everyone, I get a question about authenticate mutiple users to an explicit proxy. I don't know how curl-loader specify username and password from conf file so that I can proxy auth with multiple users instead of only set one user credential in the tag PROXY_AUTH_CREDENTIALS FAQ does not mention that scenario, looks like it only have config for forms, such as FORM_USAGE_TYPE= "RECORDS_FROM_FILE" I can auth successfully with one user. PROXY_AUTH_METHOD=NTLM PROXY_AUTH_CREDENTIALS=Username:password Any assistance would be greatly appreciated. Thanks, WP |
From: Robert I. <cor...@gm...> - 2010-03-03 14:09:52
|
Hi WP, On Wed, Mar 3, 2010 at 3:56 PM, 王鹏 <sjz...@gm...> wrote: > Hi Everyone, > > I get a question about authenticate mutiple users to an explicit proxy. I > don't know how curl-loader specify username and password from conf file so > that I can proxy auth with multiple users instead of only set one user > credential in the tag PROXY_AUTH_CREDENTIALS > > FAQ does not mention that scenario, looks like it only have config for > forms, such as FORM_USAGE_TYPE= "RECORDS_FROM_FILE" > > I can auth successfully with one user. > PROXY_AUTH_METHOD=NTLM > PROXY_AUTH_CREDENTIALS=Username:password > > > Any assistance would be greatly appreciated. > > Thanks, > WP > libcurl may be broken for NTLM. All other methods of authentication can be used for thousands of users and more. -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... www.ghotit.com Assistive technology that understands you ...................................................................... |
From: 王鹏 <sjz...@gm...> - 2010-03-03 15:08:00
|
Hi Robert, Thanks for your quickly response, for curl-loader, I have search docs, but can not find parameters/tags which receive thousands users to realize multiple proxy auth, could you point out how to set it? Thanks, WP On Wed, Mar 3, 2010 at 10:09 PM, Robert Iakobashvili <cor...@gm...>wrote: > Hi WP, > > > On Wed, Mar 3, 2010 at 3:56 PM, 王鹏 <sjz...@gm...> wrote: > >> Hi Everyone, >> >> I get a question about authenticate mutiple users to an explicit proxy. I >> don't know how curl-loader specify username and password from conf file so >> that I can proxy auth with multiple users instead of only set one user >> credential in the tag PROXY_AUTH_CREDENTIALS >> >> FAQ does not mention that scenario, looks like it only have config for >> forms, such as FORM_USAGE_TYPE= "RECORDS_FROM_FILE" >> >> I can auth successfully with one user. >> PROXY_AUTH_METHOD=NTLM >> PROXY_AUTH_CREDENTIALS=Username:password >> >> >> Any assistance would be greatly appreciated. >> >> Thanks, >> WP >> > libcurl may be broken for NTLM. > All other methods of authentication can be used for thousands of users and > more. > > > > -- > Truly, > Robert Iakobashvili, Ph.D. > ...................................................................... > www.ghotit.com > Assistive technology that understands you > ...................................................................... > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > |
From: Robert I. <cor...@gm...> - 2010-03-03 15:17:15
|
Dear WP, On Wed, Mar 3, 2010 at 5:07 PM, 王鹏 <sjz...@gm...> wrote: > Hi Robert, > > Thanks for your quickly response, for curl-loader, I have search docs, but > can not find parameters/tags which receive thousands users to realize > multiple proxy auth, could you point out how to set it? > > Thanks, > WP > Got it. You wish to test the authentication of proxy with thousand of users, where each user possesses his own and unique credentials. Sorry, we do not have such functionality for proxy, whereas it exists for non-proxy. -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... www.ghotit.com Assistive technology that understands you ...................................................................... |
From: 王鹏 <sjz...@gm...> - 2010-03-03 15:24:54
|
Got it, thanks very much for your help. On Wed, Mar 3, 2010 at 11:17 PM, Robert Iakobashvili <cor...@gm...>wrote: > Dear WP, > > > On Wed, Mar 3, 2010 at 5:07 PM, 王鹏 <sjz...@gm...> wrote: > >> Hi Robert, >> >> Thanks for your quickly response, for curl-loader, I have search docs, but >> can not find parameters/tags which receive thousands users to realize >> multiple proxy auth, could you point out how to set it? >> >> Thanks, >> WP >> > > Got it. You wish to test the authentication of proxy with > thousand of users, where each user possesses his own and unique > credentials. > > Sorry, we do not have such functionality for proxy, whereas it exists > for non-proxy. > > > > -- > Truly, > Robert Iakobashvili, Ph.D. > ...................................................................... > www.ghotit.com > Assistive technology that understands you > ...................................................................... > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > |