package ocamldap

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.3.0.tar.gz
sha256=be85eccfa45de6066238da85c6ad2a409d69df245b6cd2b740ec2bf3400b587c
md5=6137a123978ac5b0dd301af26122e437

doc/ldap/Ldap_url/index.html

Module Ldap_url

a library for parsing a subset of the ldapurl syntax

exception Invalid_ldap_url of int * string

will be raised in the event of a parse or type error. The integer is the location of the error, measured in charachters from the left, and the string is a description of the error. The current lexer does not correctly set the charachter location, however future lexers will.

val of_string : string -> Ldap_types.ldap_url

internalize the url contained in the string argument

OCaml

Innovation. Community. Security.