[Haskell] ANN: Haskell bindings to OpenLDAP
John Goerzen
jgoerzen at complete.org
Fri Aug 5 22:55:19 EDT 2005
Hello,
The first preliminary (but working!) version of my bindings to OpenLDAP
from Haskell is now available from:
darcs get --partial http://darcs.complete.org/ldap-haskell
This implements searching, adding, modifying, and deleting data in LDAP
directories. As such, it fully supports the base operations that are
most important to LDAP programs. It doesn't yet support all the
features in the C API, and also doesn't yet support lazy reads of the
search result set. These things will be coming.
Comments, questions, and patches are welcome.
-- John
More information about the Haskell
mailing list