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

Module Ldap_filterparser

type token =
  1. | WHSP
  2. | LPAREN
  3. | RPAREN
  4. | AND
  5. | OR
  6. | NOT
  7. | EOF
  8. | ATTREQUAL of string * string
  9. | ATTREQUALSUB of string * Ldap_types.substring_component
  10. | ATTRGTE of string * string
  11. | ATTRLTE of string * string
  12. | ATTRAPPROX of string * string
  13. | ATTRPRESENT of string
  14. | ATTREXTENDEDMATCH of string * string * string
  15. | ATTREXTENDEDDN of string * string option * string
val filter_and_eof : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ldap_types.filter
OCaml

Innovation. Community. Security.