How To: Disable User Accounts with Events

How To: Disable User Accounts with Events


Question

Is there an automated way I can disable user accounts?


Reasoning

I am seeing user connections from users that are no longer authorized to connect to Titan SFTP server and I would like to have an automation to disable these accounts as they attempt to connect to Titan SFTP server.

Answer

You can leverage events in Titan and create an automation for when a certain user connects, to have Titan SFTP server automatically disable their account.

Steps

  1. Navigate to Events and click on the “+” icon on the top right.
  2. Select Events and click on “Add Events” button.

Interfaz de usuario gráfica, Aplicación, TeamsDescripción generada automáticamente

  1. Expand User Events and select “User login attempt successful” and click on Okay button.

Interfaz de usuario gráfica, Aplicación, TeamsDescripción generada automáticamente


  1. Select Actions and click on Add Action button.

Interfaz de usuario gráfica, Aplicación, TeamsDescripción generada automáticamente

  1. Select the “Disable User Account” action and click Okay button.

Interfaz de usuario gráfica, AplicaciónDescripción generada automáticamente

  1. Click on Next.
  2. Give the event a name, a description and make sure the “Enabled” check box is checked.
  3. Click on Next.
  4. Click on Create.




    • Related Articles

    • How To Use UNC as user home directory

      How To Use UNC as user home directory Question How can I set a UNC path as a user's home directory? Reason To centralize user data storage on a network share for easier access, management, and backup. Answer There are two ways to achieve this: Assign ...
    • How To: Add UNC Accounts in Titan SFTP Server

      Question Can I add user accounts to utilize for accessing file shares(for user sessions) that require elevated permissions in Titan SFTP Server? Reasoning As an admin, I would need to access resources across the network. In some occasions, this means ...
    • How To: List users via PowerShell, NXCLI, or SQLite

      How To: List users via PowerShell, NXCLI, or SQLite Question How to get a list of users via PowerShell, NXCLI, and/or SQLite Answer Below are the scripts that will list the users via PowerShell, NXCLI, and/or SQLite. Script for PowerShell $list = ...
    • How To: Add NT/SAM User in Titan

      How To: Add NT/SAM User in Titan SFTP/MFT Server Question What are the detailed steps and best practices for adding an NT/SAM user in Titan MFT/SFTP, including any necessary configurations and settings to ensure proper integration with the LDAP ...
    • How To: Create SSH Keys and apply to a User

      How To: Create SSH Keys and apply to a User Question How can I create SSH keys for users and use it as authentication aside from password? Reasoning SSH Key Authentication is more secure than Password authentication. Answer Follow the below ...