I have implemented x pack security and LDAP integration. But when I create user in kibana that user is not getting logged in to kibana. Please share suggestions.
Below is my configuration in elasticsearch.yml
xpack:
security:
authc:
realms:
ldap1:
type: ldap
order: 0
url: "ldap://host:389"
bind_dn: "CN=c-ajitb,DC=ad,DC=example,DC=com"
bind_password: password
user_search:
base_dn: "dc=ad,dc=example,dc=com"
attribute: cn
group_search:
base_dn: "dc=ad,dc=example,dc=com"
files:
role_mapping: "/opt/elasticsearch-5.5.2/config/x-pack/role_mapping.yml"