From: Kurt Zeilenga Date: Mon, 12 Aug 2002 22:33:43 +0000 (+0000) Subject: backout last change... too tired to make this work right now. X-Git-Tag: NO_SLAP_OP_BLOCKS~1231 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1c0c6cee80d00c7e6a982f634cd3b566ab81d8c4;p=openldap backout last change... too tired to make this work right now. --- diff --git a/tests/data/slapd-ref-slave.conf b/tests/data/slapd-ref-slave.conf index 484b2e1b22..f9335b767b 100644 --- a/tests/data/slapd-ref-slave.conf +++ b/tests/data/slapd-ref-slave.conf @@ -15,7 +15,7 @@ argsfile ./test-repl/slapd.args # ldbm database definitions ####################################################################### -referral "ldap://localhost:@PORT@/" +referral "ldap://localhost:9009/" database @BACKEND@ cachesize 0 diff --git a/tests/data/slapd-repl-master.conf b/tests/data/slapd-repl-master.conf index 55e5f43118..48c1c1b9b3 100644 --- a/tests/data/slapd-repl-master.conf +++ b/tests/data/slapd-repl-master.conf @@ -28,7 +28,7 @@ rootpw secret replogfile ./test-db/slapd.replog -replica host=localhost:@SLAVEPORT@ +replica host=localhost:9010 binddn="cn=Replica,o=University of Michigan,c=US" bindmethod=simple credentials=secret diff --git a/tests/data/slapd-repl-slave.conf b/tests/data/slapd-repl-slave.conf index 18be384483..64449bc732 100644 --- a/tests/data/slapd-repl-slave.conf +++ b/tests/data/slapd-repl-slave.conf @@ -11,8 +11,6 @@ include ./schema/openldap.schema pidfile ./test-repl/slapd.pid argsfile ./test-repl/slapd.args -#referral "ldap://localhost:@PORT@/" - ####################################################################### # ldbm database definitions ####################################################################### @@ -24,7 +22,7 @@ directory ./test-repl rootdn "cn=Replica,o=University of Michigan,c=US" rootpw secret updatedn "cn=Replica,o=University of Michigan,c=US" -updateref "ldap://localhost:@PORT@" +updateref "ldap://localhost:9009" #ldbm#index objectClass eq #ldbm#index cn,sn,uid pres,eq,sub #bdb#index objectClass eq diff --git a/tests/data/slapd-repl-submaster.conf b/tests/data/slapd-repl-submaster.conf index 2521cf851d..699dedbcc9 100644 --- a/tests/data/slapd-repl-submaster.conf +++ b/tests/data/slapd-repl-submaster.conf @@ -28,7 +28,7 @@ rootpw secret replogfile ./test-db/slapd.replog -replica host=localhost:@SLAVEPORT@ +replica host=localhost:9010 suffix="ou=Groups,o=University of Michigan,c=US" binddn="cn=Replica,ou=Groups,o=University of Michigan,c=US" bindmethod=simple diff --git a/tests/data/slapd-repl-subslave.conf b/tests/data/slapd-repl-subslave.conf index 6552af67e5..a584af0bf1 100644 --- a/tests/data/slapd-repl-subslave.conf +++ b/tests/data/slapd-repl-subslave.conf @@ -11,8 +11,6 @@ include ./schema/openldap.schema pidfile ./test-repl/slapd.pid argsfile ./test-repl/slapd.args -#referral "ldap://localhost:@PORT@/" - ####################################################################### # ldbm database definitions ####################################################################### @@ -24,7 +22,7 @@ directory ./test-repl rootdn "cn=Replica,ou=Groups,o=University of Michigan,c=US" rootpw secret updatedn "cn=Replica,ou=Groups,o=University of Michigan,c=US" -updateref "ldap://localhost:@PORT@" +updateref "ldap://localhost:9009" #ldbm#index objectClass eq #ldbm#index cn,sn,uid pres,eq,sub #bdb#index objectClass eq