Is there a Mariadb equivalent to MySQL CONNECTION_CONTROL plugin

You are viewing an old version of this question. View the current version here.

MySQL provides a security plugin, CONNECTION_CONTROL, that introduces increasing connection delays on successive connection failures to prevent brute force attacks. Is there an equivalent plugin or method to implement this mechanism in Mariadb?

Answer

I'm not aware of anything, and I didn't see an existing request in JIRA, so I created MDEV-29209. If the feature interests you, you can vote/comment on the ticket there.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.