Menu

User logins audit

Pablo
2023-04-12
2023-05-17
  • Pablo

    Pablo - 2023-04-12

    Hi everyone,
    I need to audit user connections to be able to revoke offline user permissions in 90 days, is there a way to do it or an existing extension? Thanks!!

     
  • Jeffrey Bostoen

    Jeffrey Bostoen - 2023-04-12

    Ah, interesting question. But a lot depends on your definition.

    https://www.itophub.io/wiki/page?id=latest:admin:itop_configuration_file : log_usage might be of interest. This keeps track when users log in to iTop.

    Which is different from "when was a user last active in iTop". But since most sessions time out properly, it should give you a proper indication.

    It can then be queried through an OQL:

    SELECT EventLoginUsage
    
     
  • Pierre Goiffon

    Pierre Goiffon - 2023-05-17

    Hello,
    This is the kind of things that became possible with the new authentication API in iTop 2.7.0 :
    https://www.itophub.io/wiki/page?id=2_7_0:release:2_7_whats_new#api_authentication

    Note that we should add password expiration in the next iTop 3.1.0.

     

Log in to post a comment.