Skip to content
  • Harin Vadodaria's avatar
    c20c1c62
    WL#8885: Introduce a delay in authentication process · c20c1c62
    Harin Vadodaria authored
             based on successive failed login attempts
    
    Description: This patch introduces a new audit plugin named
                 connection_control. Using this plugin, it is
                 possible to introduce an incremental delay in
                 server response if consecutive failed login
                 attempts for a given user account crosses user
                 defined threshold value.
    
                 It is possible to configure threshold value
                 to trigger delay, minimum/maximum amount of
                 delay through system variables introduced by
                 connection_control plugin.
    
                 This patch also introduces a new information
                 schema view through an information schema plugin,
                 connection_control_failed_attempts_view. This view
                 provides information about consecutive failed
                 attempts for various user account.
    c20c1c62
    WL#8885: Introduce a delay in authentication process
    Harin Vadodaria authored
             based on successive failed login attempts
    
    Description: This patch introduces a new audit plugin named
                 connection_control. Using this plugin, it is
                 possible to introduce an incremental delay in
                 server response if consecutive failed login
                 attempts for a given user account crosses user
                 defined threshold value.
    
                 It is possible to configure threshold value
                 to trigger delay, minimum/maximum amount of
                 delay through system variables introduced by
                 connection_control plugin.
    
                 This patch also introduces a new information
                 schema view through an information schema plugin,
                 connection_control_failed_attempts_view. This view
                 provides information about consecutive failed
                 attempts for various user account.
Loading