Hi,
I just setup my AD/LDAP realm in PBS and noticed there were no auto sync options.
Created this cron file to run sync automatically
/etc/cron.d/ad-sync
It works, however, it annoyingly sends mail notifications every 30 mins too.

I have a slightly modified Notification Matcher which in addition to default prune (info) also disabled sync (info) notifications.


How can I disable this cron AD/LDAP sync notification? I could not find anything in the documentation.
I just setup my AD/LDAP realm in PBS and noticed there were no auto sync options.
Created this cron file to run sync automatically
/etc/cron.d/ad-sync
Code:
# Run LDAP/AD Realm Sync with the defined "Realm ID" every 30 minutes
*/30 * * * * root /usr/sbin/proxmox-backup-manager ad sync domain.com
It works, however, it annoyingly sends mail notifications every 30 mins too.

I have a slightly modified Notification Matcher which in addition to default prune (info) also disabled sync (info) notifications.


How can I disable this cron AD/LDAP sync notification? I could not find anything in the documentation.