mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
More cleanup
This commit is contained in:
parent
e915caf409
commit
8d46e3c80e
@ -145,7 +145,7 @@ if test $RC != 0 ; then
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
echo "Query 6: filter:(mail=*@example.com) cn sn title uid"
|
||||
echo "Query 6: filter:(mail=*@mail.alumni.example.com) cn sn title uid"
|
||||
$LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
|
||||
'mail=*@mail.alumni.example.com' cn sn title uid >> $SLAVEOUT 2>&1
|
||||
RC=$?
|
||||
|
Loading…
Reference in New Issue
Block a user