From c0089a171d1bec0e59666c354c50942b6c463423 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 10 Jun 2003 18:32:20 +0000 Subject: [PATCH] s/master/provider/ --- tests/data/slapd-syncrepl-slave-persist.conf | 4 ++-- tests/data/slapd-syncrepl-slave-refresh.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5