With the native "C" libraries, the ldap_init() method (and I *think* the ldap_initialize() method) can take a null or a list of host names. For the null case, it will attempt to determine the default host. For the list case, it will connect to the first available host in the list.
Does the Apache LDAP API support this behavior? If so, how does it determine the "default" host for the null case? Thanks, -- Frank