// Log the bind response.
logBindResponse(this);
// Send the bind response to the client.
clientConnection.sendResponse(this);
// If the bind processing is finished, then unset the "bind in progress"
// flag to allow other operations to be processed on the connection.
if (getResultCode() != ResultCode.SASL_BIND_IN_PROGRESS)
{