Hi All,
I would like to know if laserfiche provide alerts, notify on user intruder and force brute login?
Thanks,
Sonali Maunick.
Hi All,
I would like to know if laserfiche provide alerts, notify on user intruder and force brute login?
Thanks,
Sonali Maunick.
No, Laserfiche does not provide alerts for those types of things.
Laserfiche Audit trail can be setup to record an event for a failed login to the Laserfiche Server.
The Laserfiche Forms application writes an error event upon a failed login as well.
But Blake is correct in saying there is no alert for a brute force attempt. That would have to be setup with non-Laserfiche tools.
Do we have an activity in workflow designer that can be used to send a list of failed login from Audit Trail?
I do not believe there is a current activity to do that, but it would be great if either that or a feature for scheduled reports were added to Audit Trail itself to accommodate that ability.
I'd do it with a saved audit report for failed logins for the last day (week) and a Query Data activity against the Audit Database for the failed "log on" audit type for the same time interval . If the query finds anything, then send out the link by email.
There are probably better ways to do it, like have a SQL trigger that sends an email when a failed log on event is inserted.