LDAP Settings Elastic Stack 7.8.0 released

using below settings ;

xpack.security.enabled: true

xpack:
security:
authc:
realms:
ldap:
ldap1:
order: 0
url: "ldaps://ldap.example.com:636"
user_dn_templates:
- "cn={0}, ou=users, o=marketing, dc=example, dc=com"
- "cn={0}, ou=users, o=engineering, dc=example, dc=com"
group_search:
base_dn: "dc=example,dc=com"
files:
role_mapping: "d:/elasticsearch/role_mapping.yml"
unmapped_groups_as_roles: false

and also i have change the settings in

monitoring:

  • "cn=admins,dc=example,dc=com"
    user:
  • "cn=users,dc=example,dc=com"
  • "cn=admins,dc=example,dc=com"

it is prompting to enter the password, but its not recognising it .

this is the error i am getting it

Authentication to realm ldap1 failed - authenticate failed (Caused by LDAPException(resultCode=49 (invalid credentials), diagnosticMessage='80090308: LdapErr: DSID-0C090442, comment: AcceptSecurityContext error, data 52e

Please advice

Thanks in advance

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