/usr/share/zentyal/stubs/users/zentyal-users.cron.mas is in zentyal-users 2.3.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <%args>
$slave_time
$adsync
$adsync_time
</%args>
# /etc/cron.d/zentyal-users
SHELL=/bin/sh
PATH=/usr/bin:/bin
# sync the slaves every <% $slave_time %> minutes if there are missing changes
*/<% $slave_time %> * * * * root /usr/share/zentyal-users/slave-sync
% if ($adsync) {
# sync the LDAP with Active Directoy every <% $adsync_time %> minutes
*/<% $adsync_time %> * * * * root /usr/share/zentyal-users/ad-sync
% }
|