[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2015-02-03 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: zabbix (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/675974 Title: NTLM

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2014-04-23 Thread Sorin Sbârnea
This bug affects lots of other products and prevents us from using curl to test availability of different web services (affecting zabbix, nagios, ...). ** Also affects: zabbix (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2014-04-14 Thread Martin Heide
** Tags added: 12.04 precise ** Tags added: bitesize -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/675974 Title: NTLM authentication isnt tried in libcurl3 To manage notifications about this bug

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2014-04-11 Thread Martin Heide
Hi! I'm having the same issue in Ubuntu 12.04.4 (precise). (Same PHP code / curl commandline works fine in 13.04.) All my packages are up to date. Is there any chance that there will be a fix in the official package sources, since 12.04 is an LTS release and still supported? Maybe those M$

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2014-04-11 Thread Martin Heide
This commit from 2011 fixes it: https://github.com/bagder/curl/commit/4851dafcf164bf2de5bd33c3cf2b786422ed05b6 (basically just an if-statement around everything, the rest is indentation). Built the curl source package of Ubuntu 12.04 with and without that fix to verify. Would be nice if someone

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2012-01-07 Thread Jamalulkhair
Thanks for the solution. Been banging my head for 2 days try to figure out what is wrong with my PHP code which is working fine in Arch Linux but failed when tested in Ubuntu 10.04 and 11.04. Problems resolved after downgrading libcurl3, libcurl3-gnutls curl to version 7.19.5 (as suggested

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2011-11-14 Thread Anders Runeson
Thanks, that helped me, I also installed curl and libcurl3 version 7.19.5. Pinned packages in /etc/apt/preferences: Package: libcurl3 Pin: version 7.19.5-1ubuntu2 Pin-Priority: 1001 Package: libcurl3-gnutls Pin: version 7.19.5-1ubuntu2 Pin-Priority: 1001 Package: curl Pin: version

Re: [Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2011-11-10 Thread Vadim S.
Sorry for my stupidity man. :) Download it from here (this is what i use in lucid): amd64: http://launchpadlibrarian.net/30289951/libcurl3-gnutls_7.19.5-1ubuntu2_amd64.deb i386: http://launchpadlibrarian.net/30287711/libcurl3-gnutls_7.19.5-1ubuntu2_i386.deb - Vadim Read my comment again.

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2011-11-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: curl (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/675974 Title: NTLM

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2011-11-09 Thread Anders Runeson
As Karmic is not available anymore I do not know how to regress versions, Ive tried installing libcurl3 from Hardy but got dependency problems with php5-curl (depending on phpapi-20060613+lfs). Any ideas? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2011-11-09 Thread Vadim S.
Why would you want to install it on hardy? This bug does not apply to hardy. Bug is present in lucid or higher. At least for me. I install .deb package from karmic to make NTLM work again in lucid. - Vade As Karmic is not available anymore I do not know how to regress versions, Ive tried

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2011-11-09 Thread Anders Runeson
Read my comment again. Im trying to install the version FROM hardy since karmic is no longer available. Im also running lucid. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/675974 Title: NTLM

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2011-11-09 Thread Anders Runeson
I noticed that when trying curl with a sharepoint site it works with older versions of curl! curl --version curl 7.21.0 (i686-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18 Protocols: dict file ftp ftps http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet

[Bug 675974] Re: NTLM authentication isnt tried in libcurl3

2011-03-05 Thread Jeff Runyan
Our business encountered the same issue during a server transition. Same errors encountered as shown in the verbose curl output above. On a fully updated version of Ubuntu 10.10 amd64, using curl, we were unable to use NTLM authentication to talk to our Exchange 2010 Server. As suggested by Bob