<div dir="ltr">Hi Alex,<br><br>Thanks for the answer but, I think Polygraph not autenticate in my AD schema yet. How do I do? Well, when execute polysrv and I use a links browser in shell to connect in localhost:9090, polysrv output the connection, but when use polyclt, the polysrv don't output nothing.<br>
<br>According the site I put in <a href="http://simple.pg">simple.pg</a>:<br>credentials = ["domain+user@machine:password"]; -> don't work to autenticate<br>pconn_use_lmt = zipf(64);<br><br>What's happen? I think this is a correct not?<br>
Thanks in advice.<br><br>Marcos<br><br><br><br><br><br><br><div class="gmail_quote">2008/7/18 Alex Rousskov <<a href="mailto:rousskov@measurement-factory.com">rousskov@measurement-factory.com</a>>:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Fri, 2008-07-18 at 19:01 -0300, Marcos Dutra wrote:<br>
<br>
> I tested polygraph in squid with ntlmssp auth and don't work. I just<br>
> modify the file <a href="http://simple.pg" target="_blank">simple.pg</a> with option :<br>
> credentials = ["domain+user@mymachine:mypassword"];<br>
><br>
> And i've tested with:<br>
> credentials = ["domain\user@mymachine:mypassword"];<br>
<br>
</div>The first 407 response in your console output is normal. It is an<br>
invitation for the client to send credentials. However, I think you need<br>
to enable persistent connections for NTLM to work. By default, Polygraph<br>
Robots do not use persistent connections.<br>
<br>
To enable pconns, search for "NTLM and Negotiate authentication require"<br>
at the following page and follow the link:<br>
<a href="http://www.web-polygraph.org/docs/userman/auth.html" target="_blank">http://www.web-polygraph.org/docs/userman/auth.html</a><br>
<br>
FWIW, we are adding code to warn users if they are running NTLM tests<br>
with persistent connections off as it is a common problem.<br>
<br>
HTH,<br>
<font color="#888888"><br>
Alex.<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br>
> I run follow command....<br>
> ./polyclt --config /usr/local/polygraph/workloads/<a href="http://simple.pg" target="_blank">simple.pg</a> --verb_lvl<br>
> 10 --log /tmp/srv.log --proxy 127.0.0.1:3128more<br>
><br>
> Bellow the output:<br>
><br>
> 000.01| group-id: 121fc331.6c230466:00000002 pid: 1126<br>
> 000.01| current time: 1216417151.749467 or Fri, 18 Jul 2008 21:39:11<br>
> GMT<br>
> 000.01| registered client-side session watches: 0<br>
> 000.01| registered client-side data filters: 0<br>
> 000.01| fyi: PGL configuration stored (426bytes)<br>
> 000.01| fyi: no bench selected with use()<br>
> 000.01| created 1 agents total<br>
> 000.01| Robot R101 [1 / 121fc331.6c230466:00000006] at <a href="http://127.0.0.1" target="_blank">127.0.0.1</a> via<br>
> <a href="http://127.0.0.1:3128" target="_blank">127.0.0.1:3128</a><br>
> 000.01| fyi: current state (1) stored<br>
> 000.01| fyi: max local population size: 1 robots<br>
> 000.01| fyi: reached max local population size: 1 robots<br>
> 1216417151.799753# obj:<br>
> <a href="http://127.0.0.1:9090/w121fc331.6c230466:00000006/t01/_00000001" target="_blank">http://127.0.0.1:9090/w121fc331.6c230466:00000006/t01/_00000001</a> flags:<br>
> basic,GET, size: 0/-1 xact: 121fc331.6c230466:0000000a<br>
> GET <a href="http://127.0.0.1:9090/w121fc331.6c230466:00000006/t01/_00000001" target="_blank">http://127.0.0.1:9090/w121fc331.6c230466:00000006/t01/_00000001</a><br>
> HTTP/1.1<br>
> Accept: */*<br>
> Host: <a href="http://127.0.0.1:9090" target="_blank">127.0.0.1:9090</a><br>
> X-Xact: 121fc331.6c230466:00000002 121fc331.6c230466:0000000a<br>
> X-Loc-World: 121fc331.6c230466:00000008 -1/0 0<br>
> X-Rem-World: 121fc331.6c230466:00000008 -1/0 0<br>
> X-Target: <a href="http://127.0.0.1:9090" target="_blank">127.0.0.1:9090</a><br>
> X-Abort: 1412400744 2082554117<br>
> X-Phase-Sync-Pos: 0<br>
> Proxy-Connection: close<br>
><br>
><br>
> 1216417151.800516# obj:<br>
> <a href="http://127.0.0.1:9090/w121fc331.6c230466:00000006/t01/_00000001" target="_blank">http://127.0.0.1:9090/w121fc331.6c230466:00000006/t01/_00000001</a> flags:<br>
> basic,GET,chb, size: 0/1849 xact: 121fc331.6c230466:0000000a<br>
> HTTP/1.0 407 Proxy Authentication Required<br>
> Server: squid<br>
> Date: Fri, 18 Jul 2008 21:39:11 GMT<br>
> Content-Type: text/html<br>
> Content-Length: 1477<br>
> Expires: Fri, 18 Jul 2008 21:39:11 GMT<br>
> X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0<br>
> Proxy-Authenticate: NTLM<br>
> X-Cache: MISS from proxy<br>
> X-Cache-Lookup: NONE from proxy:3128<br>
> Proxy-Connection: close<br>
<br>
<br>
</div></div></blockquote></div><br></div>