package ldap

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

Install

Dune Dependency

Authors

Maintainers

Sources

2.4.0.tar.gz
sha256=b5b3d095351ec4af7c93795fd9c8e68d8f106cea910f72414846402bc20f3a96
md5=ab4569687487ee49427aa0a93f02e375

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.