mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
rationale of this test
This commit is contained in:
parent
cad464e96d
commit
8af95e1320
2 changed files with 7 additions and 2 deletions
|
|
@ -100,6 +100,12 @@ if test $RC != 0 ; then
|
|||
fi
|
||||
|
||||
echo "Searching the chain..."
|
||||
echo "
|
||||
Search an entry that causes a successful result to be returned
|
||||
with a 2 second delay; since size/time limits were erroneously
|
||||
set to 0/0, which internally means 0 instead of unlimited, the
|
||||
underlying back-ldap search timed out.
|
||||
"
|
||||
$LDAPSEARCH -b "cn=success w/ delay,ou=RetCodes,$BASEDN" -h $LOCALHOST -p $PORT2 \
|
||||
'(objectClass=*)' > /dev/null 2>&1
|
||||
RC=$?
|
||||
|
|
|
|||
|
|
@ -24,11 +24,10 @@ include @DATADIR@/test.schema
|
|||
pidfile @TESTDIR@/slapd.2.pid
|
||||
argsfile @TESTDIR@/slapd.2.args
|
||||
|
||||
#mod#modulepath ../servers/slapd/back-@BACKEND@/
|
||||
#mod#moduleload back_@BACKEND@.la
|
||||
#monitormod#modulepath ../servers/slapd/back-monitor/
|
||||
#monitormod#moduleload back_monitor.la
|
||||
|
||||
# no database; only a referral to another DSA, with anonymous chaining
|
||||
referral "@URI1@"
|
||||
overlay chain
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue