Am 2018-10-24 15:57, schrieb Quanah Gibson-Mount: > --On Wednesday, October 24, 2018 10:21 AM +0000 [email protected] > wrote: > >> Full_Name: Markus Joosten >> Version: 2.4.44-15.el7 >> OS: CentOS 7 >> URL: ftp://ftp.openldap.org/incoming/ >> Submission from: (NULL) (62.8.242.42) >> >> >> Hello, >> >> I'm running 2 OpenLDAP servers on CentOS 7 using the cn=config >> backend. >> My main database dc=example,dc=com is replicated using syncrepl, >> however >> the retry parameter is completely ignored. > > Provide your full configuration minus passwords, as syncrepl is used > extensively in the test suite and does not exhibit this behavior. > > --Quanah > I found my error. Turns out I had a runaway double-quote on the type= parameter like this: type=refreshAndPersist"
Funny enough, the only message in my log was regarding the missing retry parameter. The replication itself was created successfully and was also working as expected, only the retry parameter was missing. Regards, Markus
