cURL / Mailing Lists / curl-library / Single Mail

curl-library

Curl // Windows LDAP changes // Call for review

From: Sergei Nikulov <sergey.nikulov_at_gmail.com>
Date: Thu, 16 Jun 2016 14:45:13 +0300

Hi all,

I've proposed changes in curl library with following pull request
https://github.com/curl/curl/pull/878

Summary:

On Windows LDAP request can now be performed with different AUTH
methods which can be selected in command line:

I've reused existed flags from HTTP protocol options.

--basic - Basic auth with plain text passwords sent over the network
(as was before this change)

--ntlm - NTLM auth for user/password

--digest - Digest auth for user/password

--autonegotiate - SPNEGO used by default if no username/password
provided (Will get current user logged in)

Linux behaviour is not affected by this changes.

Could you please review changes and provide comments and suggestions?

Thank you!

-- 
Best Regards,
Sergei Nikulov
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:  https://curl.haxx.se/mail/etiquette.html
Received on 2016-06-16