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

AD Group doesn't Sync

Original Question or Issue:

Imported new AD group into FileCloud but auto sync feature not working.


Environment:

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

Steps to Reproduce:

Stop Cron service or uninstall it.


Error or Log Message:

Cron tasks were not running.


Defect or Enhancement Number:

 


Cause:

Cron package was not installed.


Resolution or Workaround:

  • Install Cron service: apt install cron
  • Enable Cron service at OS startup:  systemctl enable cron
  • Add cron entry  */5 * * * * php /var/www/html/src/Scripts/cron.php   in www-data user crontab:  crontab -u www-data -l
  • Increse FileCloud Log Level to DEV from Admin Portal > Settings > Server
  • Verify from FileCloud server logs and Admin Portal that filecloud AD group is syncing.

Notes:

 For Redhat change www-data by Apache