package ldap

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

Install

Dune Dependency

Authors

Maintainers

Sources

ldap-2.5.1.tar.gz
md5=d28ce5956436f129dc2fb4f94f0b277a
sha512=b28e31a471321b4fcde93d47c9d7d3bf0f317be36a96116ef45a9fbd2b957f843df94cf70121b9e6d60c0a98117deba898366f0e03ec7e08ff2e4aafb6b03d5c

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.