mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 06:59:54 -05:00
s/person/pilotPerson
This commit is contained in:
parent
7879b177c4
commit
e661f2f289
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ fi
|
|||
|
||||
echo "Testing NOT searching..."
|
||||
$LDAPSEARCH -C -S "" -b "$BASEDN" -h $LOCALHOST -p $SLAVEPORT \
|
||||
'(!(objectclass=person))' >> $SEARCHOUT 2>&1
|
||||
'(!(objectclass=pilotPerson))' >> $SEARCHOUT 2>&1
|
||||
if test $RC != 0 ; then
|
||||
echo "ldapsearch failed ($RC)!"
|
||||
kill -HUP $PID $SLAVEPID
|
||||
|
|
|
|||
Loading…
Reference in a new issue