package ldap

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

ldap-2.5.2.tar.gz
md5=746db5d6239931ff7ceff7a75bc61315
sha512=8dcad3e5b86445c914ea6bb76e2a8fbf35deb674b226222a6482e3ffea0144b30f2e39bb2920b068b0c11f66a4bda3c12d5e1408e19739069ef066ce5b65980c

doc/ldap.ldif/Ldif_changerec_parser/index.html

Module Ldif_changerec_parserSource

Sourcetype token =
  1. | End_of_input
  2. | Change_type_add
  3. | Change_type_modrdn
  4. | Change_type_modify
  5. | Change_type_delete
  6. | Dash
  7. | Newline
  8. | AttributeType of string
  9. | Dn of string
  10. | Add of string
  11. | Delete of string
  12. | Replace of string
  13. | Attr of string * string