Skip to content
English
  • There are no suggestions because the search field is empty.

FileCloud Desktop user agent in DLP

Original Question or Issue:

How can we match login from the FileCloud Desktop agent in Login DLP?


Environment:

  • Product - FileCloud Server
  • Version - 23.253
  • Platform -Any

Steps to Reproduce:

Login DLP rule that matches the FileCloud Desktop client.


Error or Log Message:

 


Defect or Enhancement Number:

 


Cause:

New configuration.


Resolution or Workaround:

Please proceed as follows to configure the user agent for the FileCloud Desktop client:

  • Access the FileCloud server via SSH or RDP.

  • Edit the configuration file below:

    Linux: /var/www/html/config/cloudconfig.php
    Windows: <Drive_Letter>:\xampp\htdocs\config\cloudconfig.php

  • Append the following parameter at the end of the file: define('TONIDOCLOUD_USER_AGENT_DESKTOP_WINDOWS', 'Desktop');

  • You can now use the below agent string in the Login DLP rules:

    _request.agent == 'Desktop'

Notes:

Apply the above procedure to all the FileCloud web nodes of an HA platform.