Hello list,
 Is it possible to use SSL connection without any certificate? In port 636 if I 
set  LDAP_OPT_X_TLS is  as HARD like the following snip, will it go fine? Or 
the certificates are must whenever I use the secured connection?

int option = LDAP_OPT_X_TLS_HARD;
  if ((ret = ldap_set_option (ldhandle, LDAP_OPT_X_TLS, &option)) != 
LDAP_SUCCESS)
          //error mssg

thanks,
  -Kalyan



---
You are currently subscribed to [email protected] as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the 
SUBJECT of the message.

Reply via email to