package ldap

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.4.1.tar.gz
md5=4fe4b86fdd4d4448e642628c2f2c6762
sha512=ff1fd84013fb5dd592831a4b77f0b43d17ec70655912626399da804680426291e0cc34a32cc964d190ea0009926b8defc2670afd515ff66071e8f85127d2e390

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:Pervasives.in_channel -> ?out_ch:Pervasives.out_channel -> unit -> object ... end
OCaml

Innovation. Community. Security.