<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 24, 2016 at 10:10 AM, Craig Pluchinsky <span dir="ltr"><<a href="mailto:craigp@iup.edu" target="_blank">craigp@iup.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I modified the Authentication handler section in authn/ldap-authn-config.xml to add connectionStrategy for default provider (JNDI).  Note I did remove connection pooling and switched to BindAuthenticationHandler.  This worked but might not the correct way.<br>
<br></blockquote><div><br></div><div>Removing the pooling means you'll open a new connection for each authentication request. Certainly works, just not as performant.</div><div><br></div><div>--Daniel Fisher</div><div><br></div></div></div></div>