emqx_authn_ldap_schema.hocon 911 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. emqx_authn_ldap_schema {
  2. ldap.desc:
  3. """Configuration of authenticator using LDAP as authentication data source."""
  4. ldap_deprecated.desc:
  5. """This is a deprecated form, and you should avoid using it."""
  6. password_attribute.desc:
  7. """Indicates which attribute is used to represent the user's password."""
  8. password_attribute.label:
  9. """Password Attribute"""
  10. is_superuser_attribute.desc:
  11. """Indicates which attribute is used to represent whether the user is a superuser."""
  12. is_superuser_attribute.label:
  13. """IsSuperuser Attribute"""
  14. query_timeout.desc:
  15. """Timeout for the LDAP query."""
  16. query_timeout.label:
  17. """Query Timeout"""
  18. hash_method.desc:
  19. """Authenticate by comparing the hashed password which was provided by the `password attribute`."""
  20. bind_method.desc:
  21. """Authenticate by the LDAP bind operation."""
  22. method.desc:
  23. """Authentication method."""
  24. method_type.desc:
  25. """Authentication method type."""
  26. }