mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
reset debugging in tools
This commit is contained in:
parent
9a3b418916
commit
56ee85695d
1 changed files with 3 additions and 3 deletions
|
|
@ -122,9 +122,9 @@ CLIENTDIR=../clients/tools
|
|||
LDIFFILTER=$SRCDIR/scripts/acfilter.sh
|
||||
CONFFILTER=$SRCDIR/scripts/conf.sh
|
||||
|
||||
SLAPADD="../servers/slapd/slapd -Ta $LDAP_VERBOSE"
|
||||
SLAPCAT="../servers/slapd/slapd -Tc $LDAP_VERBOSE"
|
||||
SLAPINDEX="../servers/slapd/slapd -Ti $LDAP_VERBOSE"
|
||||
SLAPADD="../servers/slapd/slapd -Ta -d 0 $LDAP_VERBOSE"
|
||||
SLAPCAT="../servers/slapd/slapd -Tc -d 0 $LDAP_VERBOSE"
|
||||
SLAPINDEX="../servers/slapd/slapd -Ti -d 0 $LDAP_VERBOSE"
|
||||
|
||||
unset DIFF_OPTIONS
|
||||
# NOTE: -u/-c is not that portable...
|
||||
|
|
|
|||
Loading…
Reference in a new issue