문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top