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

Description

Tags

ldap

Published: 26 Oct 2020

README

README

ocamldap - Ocamldap is an implementation of the Light Weight Directory Access Protocol
======================================================================================

---------------------------------------------------------------------------
Synopsis
---------------------------------------------------------------------------

Ocamldap is an ldap toolkit.  It can be used by ocaml programs to
communicate with ldap servers, and to build your own ldap servers.

---------------------------------------------------------------------------
Features
---------------------------------------------------------------------------
* Ocamldap supports the core ldap-client functions, including search, add,
  modify, and delete.
* object oriented interface with additional features.
  Such as, nice data structures for local ldap entries which
  record local modifications and can sync them with the server, fewer
  arguments needed to perform simple tasks, and transparent reconnection
  of dropped connections.
* Ocamldap includes an ldif parser, which allows you to read ldif files into
  entry objects. It also supports ldif change records.
* Ocamldap has a method call to grab the schema of an ldapv3 server
* Basic ldap server functionality (ldap_funserver) allows you to easily
  construct your own ldap servers. Perfect for meta directories,
  and other cool projects. Someday maybe your main database :-)

Dependencies (5)

  1. ssl >= "0.5.3"
  2. pcre
  3. ocamlnet >= "3.6.0"
  4. ocaml >= "4.03.0"
  5. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. ocamldap >= "transition"

Conflicts (1)

  1. ocamldap != "transition"