package ldap

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.4.1.tar.gz
md5=4fe4b86fdd4d4448e642628c2f2c6762
sha512=ff1fd84013fb5dd592831a4b77f0b43d17ec70655912626399da804680426291e0cc34a32cc964d190ea0009926b8defc2670afd515ff66071e8f85127d2e390

doc/ldap/Ldap_filterparser/index.html

Module Ldap_filterparserSource

Sourcetype 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
OCaml

Innovation. Community. Security.