Not able to login in kibana

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"

With above configuration I am able to login in kibana but only LDAP users can login. Users created in kibana not getting logged in.

Although you need to format your post properly, it looks like you may have only configured a single realm. Look in the documentation for an example how to set up multiple realms.

Thanks, Issue Resolved.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.