Hi I have added the following config in elasticsearch.yml
xpack:
security:
authc:
realms:
active_directory:
my_ad:
order: 0
domain_name: abcd.xyz.org
url: ldap://abcd.xyz.org:389
bind_dn: nitya.raj@abcd.xyz.org
`
I have also added the xpack.security.authc.realms.active_directory.my_ad.secure_bind_password for the bind_dn.
However, I am receiving this error -
[2020-10-02T13:12:39,827][WARN ][o.e.x.s.a.AuthenticationService] [elk.org] Authentication to realm my_ad failed - authenticate failed (Caused by LDAPException(resultCode=49 (invalid credentials), diagnosticMessage='80090308: LdapErr: DSID-0C090446, comment: AcceptSecurityContext error, data 52e, v2580 ', ldapSDKVersion=4.0.8, revision=28812))
Could someone guide me in this?