19 lines
571 B
Plaintext
19 lines
571 B
Plaintext
emqx_dashboard_sso_ldap {
|
|
|
|
ldap_bind.desc:
|
|
"""Configuration of authenticator using the LDAP bind operation as the authentication method."""
|
|
|
|
query_timeout.desc:
|
|
"""Timeout for the LDAP query."""
|
|
|
|
query_timeout.label:
|
|
"""Query Timeout"""
|
|
|
|
filter.desc:
|
|
"""The filter for matching users in LDAP is by default `(&(objectClass=person)(uid=${username}))`. For Active Directory, it should be set to `(&(objectClass=user)(sAMAccountName=${username}))` by default. Please refer to [LDAP Filters](https://ldap.com/ldap-filters/) for more details."""
|
|
|
|
filter.label:
|
|
"""Filter"""
|
|
|
|
}
|