| 123456789101112131415161718192021222324252627282930313233343536373839 |
- emqx_authn_ldap_schema {
- ldap.desc:
- """Configuration of authenticator using LDAP as authentication data source."""
- ldap_deprecated.desc:
- """This is a deprecated form, and you should avoid using it."""
- password_attribute.desc:
- """Indicates which attribute is used to represent the user's password."""
- password_attribute.label:
- """Password Attribute"""
- is_superuser_attribute.desc:
- """Indicates which attribute is used to represent whether the user is a superuser."""
- is_superuser_attribute.label:
- """IsSuperuser Attribute"""
- query_timeout.desc:
- """Timeout for the LDAP query."""
- query_timeout.label:
- """Query Timeout"""
- hash_method.desc:
- """Authenticate by comparing the hashed password which was provided by the `password attribute`."""
- bind_method.desc:
- """Authenticate by the LDAP bind operation."""
- method.desc:
- """Authentication method."""
- method_type.desc:
- """Authentication method type."""
- }
|