@hackage LDAPv30.1.2.0

Lightweight Directory Access Protocol (LDAP) version 3

This library provides a pure Haskell implementation of the Lightweight Directory Access Protocol (LDAP) version 3 as specified in RFC4511 (see LDAPv3.Message).

Serializing and deserializing to and from the wire ASN.1 encoding for the purpose of implementing network clients and servers is supported via Binary instances (see 'binary' package).

Moreover, this library also implements String Representation of Search Filters as per RFC4515 and String Representation of Distinguished Names as per RFC4514 (see LDAPv3.StringRepr for details).