Denying users access to Tarantella after failed login attempts

By enabling a login failure handler, Administrators can deny users access to Tarantella after three failed login attempts. This additional security measure only works if users have ENS person objects.

To enable the login failure handler:

  1. On the command line, type:
    tarantella config edit --tarantella-config-components-loginfailurehandler 1
  2. Then type:
    tarantella config edit --tarantella-config-components-loginfailurefilter 1

Notes on enabling the login failure handler

Can I change the number of login attempts users get?

Yes, the number of login attempts users get is configurable. To change the number of login attempts:

  1. Log in to the primary Tarantella server.
  2. Stop the primary Tarantella server. On the command line, type:
    tarantella stop.
  3. Set the number of login attempts. On the command line, type:
    tarantella config edit --com.sco.tta.server.login.LoginFailureHandler.properties-attemptsallowed number.
  4. Start the primary Tarantella server. On the command line, type:
    tarantella start.
  5. Do a warm restart of all secondary Tarantella servers (tarantella restart --warm).
Related topics
  • What is ENS?