mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
s/person/pilotPerson
This commit is contained in:
parent
7879b177c4
commit
e661f2f289
@ -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 New Issue
Block a user