@ -47,6 +47,8 @@ public class BindAuthenticator extends AbstractLdapAuthenticator {
@@ -47,6 +47,8 @@ public class BindAuthenticator extends AbstractLdapAuthenticator {
@ -125,23 +127,30 @@ public class BindAuthenticator extends AbstractLdapAuthenticator {
@@ -125,23 +127,30 @@ public class BindAuthenticator extends AbstractLdapAuthenticator {
// This will be thrown if an invalid user name is used and the method may
// be called multiple times to try different names, so we trap the exception
// unless a subclass wishes to implement more specialized behaviour.
@ -151,4 +160,18 @@ public class BindAuthenticator extends AbstractLdapAuthenticator {
@@ -151,4 +160,18 @@ public class BindAuthenticator extends AbstractLdapAuthenticator {
logger.trace(LogMessage.format("Failed to bind as %s",userDn),cause);