mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
error messages from ldapsearch changed
This commit is contained in:
parent
3e504bcbbf
commit
15987caa11
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ echo "# Try to read an entry inside the Alumni Association container.
|
|||
# FIXME: temporarily remove the "No such object" message to make
|
||||
# the test succeed even if SLAP_ACL_HONOR_DISCLOSE is not #define'd
|
||||
$LDAPSEARCH -b "$JAJDN" -h $LOCALHOST -p $PORT1 "(objectclass=*)" \
|
||||
2>&1 | grep -v "^No such object" >> $SEARCHOUT
|
||||
2>&1 | grep -v "No such object" >> $SEARCHOUT
|
||||
|
||||
echo "# ... and should return all attributes if we're bound as anyone
|
||||
# under Example." \
|
||||
|
|
|
|||
Loading…
Reference in a new issue