Dear Experts,
I am working on LDAP integration with AEM 6.4 Author and followed the below documentation to implement in my Windows 10 machine.
Doc link: https://helpx.adobe.com/experience-manager/using/configuring-aem64-apache-directory-service.html
I was successfully able to sync LDAP users and gave the necessary permissions to user.
I did try to login with LDAP user but failed with below error message, Are there any other configurations to do?
Error Log:
03.07.2020 17:11:35.611 *INFO* [qtp641612899-1482] log.access 0:0:0:0:0:0:0:1 - anonymous 03/Jul/2020:17:11:35 +0800 "GET /libs/granite/csrf/token.json HTTP/1.1" 200 2 "http://localhost:4502/libs/granite/core/content/login.html?resource=%2F&$$login$$=%24%24login%24%24&j_reason=unknown&j_reason_code=unknown" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
03.07.2020 17:11:35.619 *INFO* [qtp641612899-1577] log.access 0:0:0:0:0:0:0:1 - anonymous 03/Jul/2020:17:11:35 +0800 "GET /libs/granite/csrf/token.json HTTP/1.1" 200 2 "http://localhost:4502/libs/granite/core/content/login.html?resource=%2F&$$login$$=%24%24login%24%24&j_reason=unknown&j_reason_code=unknown" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36"
03.07.2020 17:11:35.630 *INFO* [qtp641612899-1544] org.apache.sling.auth.core.impl.SlingAuthenticator handleLoginFailure: Unable to authenticate null: UserId/Password mismatch.
Thank you!