On 1 Jul 2015, at 03:42, Michael Ströder <michael@stroeder.com> wrote:
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...
Thanks for testing :) -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2