emqx_ldap.hocon 902 B

12345678910111213141516171819202122232425262728293031323334353637
  1. emqx_ldap {
  2. server.desc:
  3. """The IPv4 or IPv6 address or the hostname to connect to.<br/>
  4. A host entry has the following form: `Host[:Port]`.<br/>
  5. The LDAP default port 389 is used if `[:Port]` is not specified."""
  6. server.label:
  7. """Server Host"""
  8. base_dn.desc:
  9. """The name of the base object entry (or possibly the root) relative to
  10. which the Search is to be performed."""
  11. base_dn.label:
  12. """Base DN"""
  13. filter.desc:
  14. """The filter that defines the conditions that must be fulfilled in order
  15. for the Search to match a given entry.<br>
  16. The syntax of the filter follows RFC 4515 and also supports placeholders."""
  17. filter.label:
  18. """Filter"""
  19. request_timeout.desc:
  20. """Sets the maximum time in milliseconds that is used for each individual request."""
  21. request_timeout.label:
  22. """Request Timeout"""
  23. bind_password.desc:
  24. """The template for password to bind."""
  25. bind_password.label:
  26. """Bind Password"""
  27. }