mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
More for test071
This commit is contained in:
parent
43d5d99494
commit
ab33121a7b
1 changed files with 4 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ R2SRSLAVECONF=$DATADIR/slapd-syncrepl-slave-refresh2.conf
|
|||
P1SRSLAVECONF=$DATADIR/slapd-syncrepl-slave-persist1.conf
|
||||
P2SRSLAVECONF=$DATADIR/slapd-syncrepl-slave-persist2.conf
|
||||
P3SRSLAVECONF=$DATADIR/slapd-syncrepl-slave-persist3.conf
|
||||
DIRSYNC1CONF=$DATADIR/slapd-dirsync1.conf
|
||||
REFSLAVECONF=$DATADIR/slapd-ref-slave.conf
|
||||
SCHEMACONF=$DATADIR/slapd-schema.conf
|
||||
TLSCONF=$DATADIR/slapd-tls.conf
|
||||
|
|
@ -175,6 +176,7 @@ TOOLPROTO="-P 3"
|
|||
|
||||
# cmds
|
||||
CONFFILTER=$SRCDIR/scripts/conf.sh
|
||||
CONFDIRSYNC=$SRCDIR/scripts/confdirsync.sh
|
||||
|
||||
MONITORDATA=$SRCDIR/scripts/monitor_data.sh
|
||||
|
||||
|
|
@ -280,6 +282,8 @@ SQLADD=$DATADIR/sql-add.ldif
|
|||
LDIFUNORDERED=$DATADIR/test-unordered.ldif
|
||||
LDIFREORDERED=$DATADIR/test-reordered.ldif
|
||||
LDIFMODIFY=$DATADIR/test-modify.ldif
|
||||
LDIFDIRSYNCCP=$DATADIR/test-dirsync-cp.ldif
|
||||
LDIFDIRSYNCNOCP=$DATADIR/test-dirsync-nocp.ldif
|
||||
|
||||
# strings
|
||||
MONITOR=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue