Use ldap.initialize instead of ldap.open for compatibility with python-ldap 3.2.0.
[mirror/userdir-ldap.git] / debian / ud-replicate.cron.d
1 # crontab for the fallback replicate operation, should be handled by the daemon
2 @weekly root if [ -x /usr/bin/ud-replicate ]; then /usr/bin/ud-replicate; fi