From: Kurt Zeilenga Date: Tue, 10 Jun 2003 18:32:20 +0000 (+0000) Subject: s/master/provider/ X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~908 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c0089a171d1bec0e59666c354c50942b6c463423;p=openldap s/master/provider/ --- 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