mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 19:09:42 -05:00
Update tool invocations
This commit is contained in:
parent
57ba4cac66
commit
7cbfe37bac
1 changed files with 3 additions and 3 deletions
|
|
@ -70,9 +70,9 @@ CLIENTDIR=../clients/tools
|
|||
LDIFFILTER=$SRCDIR/scripts/acfilter.sh
|
||||
CONFFILTER=$SRCDIR/scripts/conf.sh
|
||||
|
||||
SLAPADD="../servers/slapd/tools/slapadd $LDAP_VERBOSE"
|
||||
SLAPCAT="../servers/slapd/tools/slapcat $LDAP_VERBOSE"
|
||||
SLAPINDEX="../servers/slapd/tools/slapindex $LDAP_VERBOSE"
|
||||
SLAPADD="../servers/slapd/slapd -Ta $LDAP_VERBOSE"
|
||||
SLAPCAT="../servers/slapd/slapd -Tc $LDAP_VERBOSE"
|
||||
SLAPINDEX="../servers/slapd/slapd -Ti $LDAP_VERBOSE"
|
||||
|
||||
unset DIFF_OPTIONS
|
||||
DIFF="diff -iu"
|
||||
|
|
|
|||
Loading…
Reference in a new issue