| 12345678910111213141516171819202122232425262728293031323334353637 |
- emqx_ldap {
- server.desc:
- """The IPv4 or IPv6 address or the hostname to connect to.<br/>
- A host entry has the following form: `Host[:Port]`.<br/>
- The LDAP default port 389 is used if `[:Port]` is not specified."""
- server.label:
- """Server Host"""
- base_dn.desc:
- """The name of the base object entry (or possibly the root) relative to
- which the Search is to be performed."""
- base_dn.label:
- """Base DN"""
- filter.desc:
- """The filter that defines the conditions that must be fulfilled in order
- for the Search to match a given entry.<br>
- The syntax of the filter follows RFC 4515 and also supports placeholders."""
- filter.label:
- """Filter"""
- request_timeout.desc:
- """Sets the maximum time in milliseconds that is used for each individual request."""
- request_timeout.label:
- """Request Timeout"""
- bind_password.desc:
- """The template for password to bind."""
- bind_password.label:
- """Bind Password"""
- }
|