Hello Dears,
I'm using ES stack 7.1 x-pack security enabled.
{
"license" : {
"status" : "active",
"uid" : "993fefae-18b5-4311-8835-fca4bf877ed8",
"type" : "basic",
"issue_date" : "2019-07-26T13:07:18.170Z",
"issue_date_in_millis" : 1564146438170,
"max_nodes" : 1000,
"issued_to" : "elasticsearch",
"issuer" : "elasticsearch",
"start_date_in_millis" : -1
}
}
I want to entegrate LDAP server with my Cluster. My ldap configuration at below, it works file but when i try to login from kibana GUI, I am getting that warn:
"Authentication failed using realms [reserved/reserved,file/default_file,native/default_native]. Realms [ldap/ldap1] were skipped because they are not permitted on the current license"
xpack:
security:
authc:
realms:
ldap.ldap1:
order: 0
url: "ldap://xx:yy"
bind_dn: "uid=xx,cn=xx,dc=xx,dc=xx,dc=xx"
bind_password: xx
user_search:
base_dn: "dc=xx,dc=xx,dc=xx"
attribute: xx
files:
role_mapping: "/etc/elasticsearch/roles.yml"
unmapped_groups_as_roles: false
Is there a configuration problem or its related with my basic license ?
Thanks,
Best Regards,