/etc/cron.d/goto-fai-backend is in goto-fai-backend 3.0-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | PATH=/sbin:/bin:/usr/sbin:/usr/bin
@reboot root ldap2repository -n -p; [ -f /etc/gosa/fai/update-cronjob ] && sh /etc/gosa/fai/update-cronjob > /dev/null
@daily root ldap2repository -n -p; [ -f /etc/gosa/fai/update-cronjob ] && sh /etc/gosa/fai/update-cronjob > /dev/null
|