An example client application which applies update operations to a directory server
using the asynchronous APIs.
The update operations are read from an LDIF file, or stdin if no filename is provided.
This example takes the following command line parameters,
reading from stdin if no LDIF file is provided:
<host> <port> <username> <password> [<ldifFile>]