cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: LDAP Authenticate

From: <vromero_at_velneo.com>
Date: Tue, 22 Jul 2008 09:50:05 +0200

 
 
  I'm trying to use libcurl to authenticate a user in a LDAP, but I don't know how.

If you intend to use user/password pair to allow access (i.e.:
authenticate) to the LDAP server (LDAP bind), you have to pass it using:
 curl_easy_setopt(handle, CURLOPT_USERPWD, "user:password");

ok, Thank you :)

One question more, is posible with libCurl add and update entrys to a LDapServer?
 
Received on 2008-07-22