Determines whether the URL is an LDAP URL.
#include <ldap.h>
int ldap_is_ldap_url (
const char *url);
(IN) Points to the URL that you want to check.
An LDAP URL has the protocol set to ldap:// for simple authentication.