package ldap

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ldap-2.5.2.tar.gz
md5=746db5d6239931ff7ceff7a75bc61315
sha512=8dcad3e5b86445c914ea6bb76e2a8fbf35deb674b226222a6482e3ffea0144b30f2e39bb2920b068b0c11f66a4bda3c12d5e1408e19739069ef066ce5b65980c

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