diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2009-03-04 11:51:36 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2009-03-04 11:51:36 (GMT) |
commit | 65bb9c810ab8639624e9f5b9e880fa7d4e19c53c (patch) | |
tree | ecc3a2694952a22eccd2d2479a53c5a58552e791 /lib | |
parent | a6330ef5028d07e8eb5119b11cb7cf9cccfa521c (diff) | |
download | perl-Kolab-65bb9c810ab8639624e9f5b9e880fa7d4e19c53c.tar.gz |
Add retry (every minute for 10 times, then every five minutes until successful) to syncrepl configuration.2.2.1-rc1
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kolab/Conf.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kolab/Conf.pm b/lib/Kolab/Conf.pm index 3f2e4f9..8e34d78 100644 --- a/lib/Kolab/Conf.pm +++ b/lib/Kolab/Conf.pm @@ -603,6 +603,7 @@ sub buildLDAPReplicas print $repl "syncrepl rid=0 \n" ." provider=".$Kolab::config{"ldap_master_uri"}."\n" ." type=refreshAndPersist\n" + ." retry=\"60 10 300 +\"\n" ." searchbase=\"".$Kolab::config{'base_dn'}."\"\n" ." scope=sub\n" ." schemachecking=on\n" |