* depends on, libldap (only tested with openldap's), findlib, and ocamlnet

* To build the ocamldap library (bytecode and native):

    ./configure
    make
    make opt

* To install the library

    make install
