mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Search for pilotPerson instead of person to test objectClass handling
This commit is contained in:
parent
53a0980348
commit
d3809580c7
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ fi
|
|||
|
||||
echo "Testing NOT searching..."
|
||||
$LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT \
|
||||
'(!(objectclass=person))' >> $SEARCHOUT 2>&1
|
||||
'(!(objectclass=pilotPerson))' >> $SEARCHOUT 2>&1
|
||||
if test $RC != 0 ; then
|
||||
echo "ldapsearch failed ($RC)!"
|
||||
kill -HUP $PID
|
||||
|
|
|
|||
Loading…
Reference in a new issue