I'm trying to get my head round the source code now to see if this is a bug.
One thing that looks odd to me in the debug output:
ldap_url_parse_ext(ldap://host1:3268) ldap_url_parse_ext(ldap://host2:3268) ldap_url_parse_ext(ldap://host3:3268) 502e5f7e conn=1000 op=1: meta_back_getconn[0] 502e5f7e conn=1000 op=1 meta_back_getconn: candidates=1 conn=ROOTDN inserted
Shouldn't this be 'candidates=3' in the last line above?
If anyone familiar with the source could let me know I'd be grateful.