Determines whether the URL is an LDAPS URL.
#include <ldap.h>
int ldap_is_ldaps_url (
const char *url);
(IN) Points to the URL that you want to check.
An LDAPS URL has the protocol set to ldaps:// for an encrypted SSL connection.