This extra credit program is a small C, C++ or Java client which connects to an actual LDAP servers to retrieve employee information. Information such as first name, last name, e-mail address, phone number, etc...
Your client must comply with LDAP RFC 1777 specifications. Any empty field in a record will be printed blank.
The client should run interactively IF no argument is passed to it, otherwise it will use the argument as a keyword to retrieve information from the server.
Client should read a config file "ldapclient.conf" which contains all the necessary information about the server(s) or client behavior. Use your own judgment for the contents of the conf file.
This project is due on the same time as the final assignment.