package ldap

  1. Overview
  2. Docs
Implementation of the Light Weight Directory Access Protocol

Install

Dune Dependency

Authors

Maintainers

Sources

ldap-2.4.2.tbz
sha256=2f7fa9d27e12e3604c6f84384aa31ab98fffd06fe7c9e5354a387a15131a708e
sha512=e0e2bc1e974059bdd1f1c64a6fd4fa933307bbb055de9af4099ed407842ef455887fdfab7af7b8407bf62797ed98c2d67434200dbd54a3acc791f2493fb5da79

doc/ldap.ldif/Ldif_changerec_oo/index.html

Module Ldif_changerec_ooSource

an object oriented interface to the ldif parser

Sourceexception Invalid_changerec of string

an exception raised when there is a parse error

Sourceexception End_of_changerecs

raised at the end of the change records

Sourceval iter : ('a -> unit) -> < read_changerec : 'a.. > -> unit

Ldif_changerec.iter f change, iterate accross all change entries in the specified change object, applying f to each one

Sourceval fold : ('a -> 'b -> 'a) -> < read_changerec : 'b.. > -> 'a -> 'a

Ldif_changerec.fold f change value, for each change entry en in the change object fold computes f (... (f (f value e1) e2) ...) en

Sourceclass change : ?in_ch:in_channel -> ?out_ch:out_channel -> unit -> object ... end
OCaml

Innovation. Community. Security.