请问大佬们 es 升级 liscense 后接入 LDAP (采用 docker 部署,
-v config/:/usr/share/elasticsearch/config 使用 office 的 8.11.1 es 镜像)
官方文档和 google 只找到了在 elasticsearch.yml 中加入 xpack 的方案接入(失败)如下:
xpack:
security:
authc:
realms:
ldap1:
type: ldap
order: 0
url: "ldap://
xxx.com:389"
bind_dn: "cn=username, ou=people, dc=example, dc=com"
bind_password: password
user_search:
base_dn: "dc=example,dc=com"
filter: "uid={0}"
unmapped_groups_as_roles: false
native1:
type: native
order: 1
由于 license 是破解的,需要 run 之后进入 kibana 上传 or 采用 curl 方式