cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: NTLM Authentication

From: Jochen Roderburg <Roderburg_at_uni-koeln.de>
Date: Tue, 11 May 2010 20:58:43 +0200

Zitat von Robbert van Andel <swimmer1974_at_gmail.com>:

> From what I've read, in order for libcurl to use ntlm authentication,
> it must be compiled with SSL, which it is:
>
> curl -V
> curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.12.6.2
> zlib/1.2.3 libidn/1.9 libssh2/1.2.4
> Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp
> Features: GSS-Negotiate IDN IPv6 Largefile SSL libz
>
> Is there something else I need to do to get NTLM working?

AFAIK, NTLM support requires OpenSSL or GnuTLS SSl libraries, not NSS.

Without configuring anything explicit for NTLM, I have e.g.:

curl 7.20.1 (i686-pc-linux-gnu) libcurl/7.20.1 OpenSSL/1.0.0
zlib/1.2.5 libidn/1.18 libssh2/1.2.5
Protocols: dict file ftp ftps http https imap imaps ldap pop3 pop3s
rtsp scp sftp smtp smtps telnet tftp
Features: IDN Largefile NTLM SSL libz

Best regards,
J.Roderburg

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-05-11