ldap_explode_rdn
char **LDAP_CALL ldap_explode_rdn(const char *rdn,
if ((attrs = ldap_explode_rdn(rdn[0], 0)) == NULL) {
if ((attrs = ldap_explode_rdn(rdn, 0)) == NULL)