<p>Probably but the account works fine on a mac or windows machine. I'm starting to think its a bug within curl.</p>
<div class="gmail_quote">On Sep 7, 2012 11:37 PM, "Kurt Buff" <<a href="mailto:kurt.buff@gmail.com">kurt.buff@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there an account that's local to either the Windows OS or to the<br>
SQL instance that you could use instead?<br>
<br>
On Fri, Sep 7, 2012 at 7:53 PM, Stefano Pirrello <<a href="mailto:spirrello@gmail.com">spirrello@gmail.com</a>> wrote:<br>
> No luck with that suggestion either.<br>
><br>
> On Fri, Sep 7, 2012 at 6:57 PM, Kurt Buff <<a href="mailto:kurt.buff@gmail.com">kurt.buff@gmail.com</a>> wrote:<br>
>> Perhaps try instead "userid@domain.tld:password" - in Active Directory<br>
>> it's a valid login form, though I don't know for sure if it would work<br>
>> in this case.<br>
>><br>
>> Kurt<br>
>><br>
>> On Fri, Sep 7, 2012 at 12:29 PM, Stefano Pirrello <<a href="mailto:spirrello@gmail.com">spirrello@gmail.com</a>> wrote:<br>
>>> This doesn't seem to be working. See below from the packet capture.<br>
>>><br>
>>> GET /Reports/Pages/Report.aspx?ItemPath=%2fSD%2fAvailable_Talent_UAT HTTP/1.1<br>
>>> Authorization: NTLM XXXXXXXXXXXXX<br>
>>> User-Agent: User-Agent: BLAHMAN<br>
>>> Host: <a href="http://HOST.HOST.COM" target="_blank">HOST.HOST.COM</a><br>
>>> Accept: */*<br>
>>><br>
>>> HTTP/1.1 401 Unauthorized<br>
>>> Content-Length: 0<br>
>>> WWW-Authenticate: NTLM XXXXXXXXXXXXXXXXX<br>
>>> Date: Fri, 07 Sep 2012 19:10:33 GMT<br>
>>><br>
>>> GET /Reports/Pages/Report.aspx?ItemPath=%2fSD%2fAvailable_Talent_UAT HTTP/1.1<br>
>>> Authorization: NTLM XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<br>
>>> User-Agent: User-Agent: BLAHMAN<br>
>>> Host: <a href="http://HOST.HOST.COM" target="_blank">HOST.HOST.COM</a><br>
>>> Accept: */*<br>
>>><br>
>>> HTTP/1.1 401 Unauthorized<br>
>>> Content-Length: 0<br>
>>> WWW-Authenticate: NTLM<br>
>>> Date: Fri, 07 Sep 2012 19:10:33 GMT<br>
>>><br>
>>><br>
>>><br>
>>> On Fri, Sep 7, 2012 at 10:14 AM, Peter Kristolaitis <<a href="mailto:alter3d@alter3d.ca">alter3d@alter3d.ca</a>> wrote:<br>
>>>> Have you tried changing your extraargs to<br>
>>>> --NTLM -u "DOMAIN\\USERNAME:PASSWORD"<br>
>>>> (note the extra \ ...). The backslash is likely being used as an escape<br>
>>>> character when it gets passed to the shell and so isn't actually used at<br>
>>>> all.<br>
>>>><br>
>>>> - Pete<br>
>>>><br>
>>>> On 12-09-07 09:54 AM, Stefano Pirrello wrote:<br>
>>>>> Hi,<br>
>>>>><br>
>>>>> Is there a way to send a CURL probe with NTLM authentication so I<br>
>>>>> don't receive a 401 response? I'm trying to probe to a MS Reporting<br>
>>>>> Services site but I'm only getting 401s and I've setup the NTLM info<br>
>>>>> on the probe but it doesn't seem to be working. Using 301 redirects<br>
>>>>> won't suffice my needs, I need to know the application is up and<br>
>>>>> serving pages.<br>
>>>>><br>
>>>>> ++ Curl<br>
>>>>> probe = Curl<br>
>>>>> extraargs = --NTLM -u "DOMAIN\USERNAME:PASSWORD"<br>
>>>>> urlformat = http://%host%<br>
>>>>> #forks = 10<br>
>>>>> #step = 60<br>
>>>>> pings = 20<br>
>>>>> menu = HTTP Latency<br>
>>>>> title = HTTP Latency<br>
>>>>><br>
>>>>><br>
>>>>> +++ CBRS-VIP<br>
>>>>> host = <a href="http://SITE.DOMAIN.COM" target="_blank">SITE.DOMAIN.COM</a><br>
>>>>> urlformat = http://%host%/Reports/Pages/Report.aspx?<br>
>><br>
>> _______________________________________________<br>
>> smokeping-users mailing list<br>
>> <a href="mailto:smokeping-users@lists.oetiker.ch">smokeping-users@lists.oetiker.ch</a><br>
>> <a href="https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users</a><br>
<br>
_______________________________________________<br>
smokeping-users mailing list<br>
<a href="mailto:smokeping-users@lists.oetiker.ch">smokeping-users@lists.oetiker.ch</a><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/smokeping-users</a><br>
</blockquote></div>