1

I want to specify multiple servers for LDAPConnection like configuration of LDAP URL for Apache: http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#authldapurl: ldap://host1 host2 host3:port/basedn?attribute?scope?filter.

What is the simplest way to do it? Is it possible to do it without LDAPConnectionPool?

Michael
  • 10,063
  • 18
  • 65
  • 104

1 Answers1

1

Take a look at one of the sub-classes of com.unboundid.ldap.sdk.ServerSet.

Terry Gardner
  • 10,957
  • 2
  • 28
  • 38