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: 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: 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 ...
    • How To: Assign User Roles in Titan SFTP/MFT

      Question How do I assign additional user roles in Titan. Reasoning I would like to be assign admin roles to other users so they can perform administration tasks for the server instance. Answer You have the option in Titan to add additional user roles ...
    • How To: Create an Event that Sends an Email when the User Successfully Uploads a File

      How To: Create an Event that Sends an Email when the User Successfully Uploads a File Question Can you give me a quick guide on creating an event that sends an email to a specific address whenever a user uploads a file that contains information of ...