Module Ldap_protocol


module Ldap_protocol: sig .. end
an implementation of the ldap wire protocol

val encode_ldapmessage : Ldap_types.ldap_message -> string
encode a value of type ldap_message using lber and return a string which is ready to be put on the wire
val decode_ldapmessage : Lber.readbyte -> Ldap_types.ldap_message
decode an ldap_message from the wire, and build/return a structure of type ldap_message