I am working with elastic cloud deploy for aws service, i want to integrate it with an openldap in order to control the users to access to kibana, when i tried to put the configuration in the field to YML it apperas ILEGAL USER SETTINGS, i want to know if ldap integration is supported.
xpack:
  security:
    authc:
      realms:
        ldap:
          type: ldap
          order: 0
          url: "ldaps://ad.corp.algo.com:389"
          bind_dn: "cn={0},ou=bigdatateam,cn={0},ou=bigdatateam,dc=CORP,dc=ALGO,dc=COM"
          bind_password: changeme
          user_search:
            base_dn: "cn={0},ou=bigdatateam,dc=CORP,dc=ALGO,dc=COM"
            attribute: cn
          group_search:
            base_dn: "dc=CORP,dc=ALGO,dc=COM"
          files:
            role_mapping: "CONFIG_DIR/x-pack/role_mapping.yml"
          unmapped_groups_as_roles: false
            