Page 1 of 1

Autosync (schedule) omldapsync

Posted: Thu Apr 09, 2015 3:35 am
by yeshwant
Hi,

How can i set Autosync ( schedule) omldapsync ?

-Yesh

Re: Autosync (schedule) omldapsync

Posted: Thu Apr 09, 2015 3:48 am
by ScalixSupport
Hello Yesh,

1) Create crontab.job file through vi or gedit. in /root/ and add below parameters.

Code: Select all

* * * * * /opt/scalix/bin/omldapsync -u AD_SX > /dev/null

Note: AD_SX is LDAP-Scalix Sync Agreement Name.

2) Load cron.job file system crontab spool area.

Code: Select all

# crontab /root/cron.job


3) check / lists users crontab

Code: Select all

crontab -l

Re: Autosync (schedule) omldapsync

Posted: Wed Apr 15, 2015 3:32 am
by ls-al
running omldapsync every minute seems to be a bit too often, especially without checking that no other previous instances are still running.