Jatin Vaidya
Results
1
issues of
Jatin Vaidya
When using LdapTemplate to explicitly execute LDAP queries, we could configure connection pooling parameters within @Configuration like the following: ``` @Bean public LdapTemplate ldapTemplate() throws Exception { return new LdapTemplate(poolingLdapContextSource());...