HomeSort by: relevance | last modified time | path
    Searched refs:CONF2 (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/tests/scripts/
start-server2 22 . $CONFFILTER $BACKEND < $CONFTWO > $CONF2
23 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
start-server2-nolog 22 . $CONFFILTER $BACKEND < $CONFTWO > $CONF2
23 $SLAPD -f $CONF2 -h $URI2 -d $LVL > /dev/null 2>&1 &
test009-referral 43 . $CONFFILTER $BACKEND < $REFCONSUMERCONF > $CONF2
44 $SLAPD -n consumer -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
test033-glue-syncrepl 63 . $CONFFILTER $BACKEND < $GLUESYNCCONF2 > $CONF2
64 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
test029-ldapglue 82 . $CONFFILTER $BACKEND < $LDAPGLUECONF2 > $CONF2
83 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
test036-meta-concurrency 83 . $CONFFILTER $BACKEND < $METACONF2 > $CONF2
84 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
test039-glue-ldap-concurrency 87 . $CONFFILTER $BACKEND < $METACONF2 > $CONF2
88 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
test074-asyncmeta-concurrency 83 . $CONFFILTER $BACKEND < $METACONF2 > $CONF2
84 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
  /src/external/bsd/openldap/dist/tests/scripts/lloadd/
test000-rootdse 25 . $CONFFILTER $BACKEND < $SCHEMACONF > $CONF2
26 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
35 sed -e "s,$DBDIR1,$DBDIR2," < $CONF2 > $CONF3
45 sed -e "s,$DBDIR1,$DBDIR3," < $CONF2 > $CONF4
test002-load 37 . $CONFFILTER $BACKEND < $CONF > $CONF2
38 $SLAPADD -f $CONF2 -l $LDIFORDERED
46 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
test006-sasl 44 . $CONFFILTER $BACKEND < $TLSSASLCONF > $CONF2
45 echo 'authz-regexp "^uid=([^,]*),.+" ldap:///dc=example,dc=com??sub?(|(cn=$1)(uid=$1))' >>$CONF2
46 $SLAPADD -f $CONF2 -l $LDIFORDERED
54 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
test004-monitor 42 . $CONFFILTER $BACKEND < $CONF > $CONF2
43 $SLAPADD -f $CONF2 -l $LDIFORDERED
51 $SLAPINDEX -f $CONF2
58 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
test001-backend-issues 25 . $CONFFILTER $BACKEND < $SCHEMACONF > $CONF2
26 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
test005-tls 33 . $CONFFILTER $BACKEND < $TLSSASLCONF > $CONF2
34 $SLAPADD -f $CONF2 -l $LDIFORDERED
42 $SLAPD -f $CONF2 -h $URI3 -d $LVL > $LOG2 2>&1 &
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/
test001-config 94 > $CONF2
95 echo "database config" >>$CONF2
96 echo "rootpw `$SLAPPASSWD -T $CONFIGPWF`" >>$CONF2
98 $SLAPADD -f $CONF2 -l $LDIFORDERED
99 $SLAPD -Tt -f $CONF2 -F $TESTDIR/conftest -d $LVL >> $LOG2 2>&1
  /src/external/bsd/openldap/dist/contrib/slapd-modules/alias/tests/scripts/
test001-config 94 > $CONF2
95 echo "database config" >>$CONF2
96 echo "rootpw `$SLAPPASSWD -T $CONFIGPWF`" >>$CONF2
98 $SLAPADD -f $CONF2 -l $LDIFORDERED
107 $SLAPD -f $CONF2 -h $URI2 -d $LVL >> $LOG2 2>&1 &
140 $SLAPD -Tt -f $CONF2 -F $TESTDIR/conftest -d $LVL >> $LOG3 2>&1
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/scripts/
test001-config 94 > $CONF2
95 echo "database config" >>$CONF2
96 echo "rootpw `$SLAPPASSWD -T $CONFIGPWF`" >>$CONF2
98 $SLAPADD -f $CONF2 -l data/test.ldif
107 $SLAPD -f $CONF2 -h $URI2 -d $LVL >> $LOG2 2>&1 &
140 $SLAPD -Tt -f $CONF2 -F $TESTDIR/conftest -d $LVL >> $LOG3 2>&1
  /src/external/bsd/openldap/dist/tests/data/regressions/its4336/
its4336 78 . $CONFFILTER $BACKEND < $ITSDIR/slapd.conf > $CONF2
79 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
  /src/external/bsd/openldap/dist/tests/data/regressions/its8721/
its8721 36 . $CONFFILTER $BACKEND > $CONF2
39 $SLAPD -f $CONF2 -h "$URI2" -d $LVL > $LOG2 2>&1 &
192 $SLAPD -f $CONF2 -h "$URI2" -d $LVL >> $LOG2 2>&1 &
  /src/external/bsd/openldap/dist/tests/data/regressions/its9288/
its9288 73 . $CONFFILTER $BACKEND < $ITSDIR/slapd-proxy.conf > $CONF2
74 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
  /src/external/bsd/openldap/dist/tests/data/regressions/its9400/
its9400 60 . $CONFFILTER $BACKEND < $ITSDIR/slapd-proxy-idassert.conf > $CONF2
61 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
  /src/external/bsd/openldap/dist/tests/data/regressions/its8427/
its8427-2 84 echo "database config" >> $CONF2
85 echo "include $TESTDIR/configpw.conf" >> $CONF2
88 . $CONFFILTER $BACKEND < $ITSDIR/slapd.conf > $CONF2
89 $SLAPD -f $CONF2 -h $URI3 -d $LVL > $LOG2 2>&1 &
  /src/external/bsd/openldap/dist/tests/data/regressions/its10248/
its10248 88 . $CONFFILTER $BACKEND $MONITORDB < $ITSDIR/slapd-local.conf > $CONF2
90 $SLAPD -f $CONF2 -h $URI2 -d $LVL $TIMING > $LOG2 2>&1 &
  /src/external/bsd/openldap/dist/tests/data/regressions/its4326/
its4326 73 . $CONFFILTER $BACKEND < $ITSDIR/slapd.conf > $CONF2
74 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
  /src/external/bsd/openldap/dist/tests/data/regressions/its4448/
its4448 107 . $CONFFILTER $BACKEND < $METACONF2 > $CONF2
108 $SLAPD -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &

Completed in 31 milliseconds

1 2