ldap_str2charray
retArray = ldap_str2charray( tmp_str, " "); /* takes copies */
LDAP_API(char **) LDAP_CALL ldap_str2charray( char *str, char *brkstr );
props = ldap_str2charray( inp, "," );