Arran Cudbard-Bell wrote:
1175 int 1176 ldap_url_parse( LDAP_CONST char *url_in, LDAPURLDesc **ludpp ) 1177 { 1178 return ldap_url_parse_ext( url_in, ludpp, LDAP_PVT_URL_PARSE_HISTORIC ); 1179 }
51 #define LDAP_PVT_URL_PARSE_HISTORIC (LDAP_PVT_URL_PARSE_NODEF_SCOPE | \ 52 LDAP_PVT_URL_PARSE_NOEMPTY_HOST | \ 53 LDAP_PVT_URL_PARSE_DEF_PORT)
Well that explains it...
OK, run through all OPs test cases, and they work, I think this is finally fixed
Assuming I haven't missed one of my test cases I can confirm it works now. Thanks again for your effort.
*sigh*
Yeah, sometimes fixing things feels like working byte-wise to the solution... Ciao, Michael.