MattP Thanks for the info, but I'm not really sure how to implement this specifically for LDAP sync ...
And where are you struggling? The link should list a couple of files which include a script grommunio-ldap-sync
, a .service
and .timer
to integrate that as a systemd-service and the Makefile to un/install it.
On an grommunio-appliance that would require zypper in -y make git
(as "make" isn't installed by default. Unsure right now about git so i added it aswell). Followed by something like TMPGIT=$(mktemp -d); git clone --depth 1 https://github.com/crpb/grommunio $TMPGIT; mkdir -p ~/src/; cp -Rv $TMPGIT/enhancements/grommunio-ldap-sync ~/src/; cd ~/src/grommunio-ldap-sync; echo "after inspecting the contents of $PWD you could run: make install"
The systemd-analyze ..
was just for the .timer
as you will need to change it for your 15-minute schedule.