backout last change... too tired to make this work right now.

This commit is contained in:
Kurt Zeilenga 2002-08-12 22:33:43 +00:00
parent 233b0fd1dc
commit 1c0c6cee80
5 changed files with 5 additions and 9 deletions

View File

@ -15,7 +15,7 @@ argsfile ./test-repl/slapd.args
# ldbm database definitions
#######################################################################
referral "ldap://localhost:@PORT@/"
referral "ldap://localhost:9009/"
database @BACKEND@
cachesize 0

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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