public final void bind( BindOperationContext bindContext ) throws Exception
{
// does nothing
throw new LdapAuthenticationNotSupportedException(
"Bind requests only tunnel down into partitions if there are no authenticators to handle the mechanism.\n"
+ "Check to see if you have correctly configured authenticators for the server.",
ResultCodeEnum.AUTH_METHOD_NOT_SUPPORTED );
}