package ldap

  1. Overview
  2. Docs
type token =
  1. | SCHEME
  2. | COLONSLASHSLASH
  3. | SLASH
  4. | QUESTION
  5. | EQUAL
  6. | COLON
  7. | COMMA
  8. | WHSP
  9. | CRITICAL
  10. | HOST of string
  11. | PORT of string
  12. | DN of string
  13. | IDENT of string
  14. | SCOPE of string
  15. | FILTER of string