1 Jul
2015
1 Jul
'15
1:38 a.m.
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 *sigh* -Arran Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2