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_urllexer/index.html

Module Ldap_urllexer

type lexeme =
  1. | SCHEME
  2. | COLONSLASHSLASH
  3. | PORT of string
  4. | HOST of string
  5. | DN of string
  6. | IDENT of string
  7. | SCOPE of string
  8. | FILTER of string
  9. | QUESTION
  10. | EQUAL
  11. | CRITICAL
  12. | SLASH
  13. | WHSP
  14. | COMMA
val __ocaml_lex_tables : Lexing.lex_tables
val __ocaml_lex_lexurl_rec : Lexing.lexbuf -> int -> Ldap_types.ldap_url
OCaml

Innovation. Community. Security.