diff --git a/tests/data/slapd-syncrepl-slave-persist.conf b/tests/data/slapd-syncrepl-slave-persist.conf index 058f89fa64..ff086f8106 100644 --- a/tests/data/slapd-syncrepl-slave-persist.conf +++ b/tests/data/slapd-syncrepl-slave-persist.conf @@ -31,13 +31,13 @@ rootpw secret # Don't change syncrepl spec yet syncrepl id=1 - master=ldap://localhost:9009 + provider=ldap://localhost:9009 updatedn="cn=Replica,o=University of Michigan,c=US" binddn="cn=Manager,o=University of Michigan,c=US" bindmethod=simple credentials=secret searchbase="o=University of Michigan,c=US" - filter="objectClass=*" + filter="(objectClass=*)" attrs="*" lastmod=req scope=sub diff --git a/tests/data/slapd-syncrepl-slave-refresh.conf b/tests/data/slapd-syncrepl-slave-refresh.conf index 82a4a52e99..55befdc21a 100644 --- a/tests/data/slapd-syncrepl-slave-refresh.conf +++ b/tests/data/slapd-syncrepl-slave-refresh.conf @@ -31,13 +31,13 @@ rootpw secret # Don't change syncrepl spec yet syncrepl id=1 - master=ldap://localhost:9009 + provider=ldap://localhost:9009 updatedn="cn=Replica,o=University of Michigan,c=US" binddn="cn=Manager,o=University of Michigan,c=US" bindmethod=simple credentials=secret searchbase="o=University of Michigan,c=US" - filter="objectClass=*" + filter="(objectClass=*)" attrs="*" lastmod=req scope=sub