LDAP: error code 49 - INVALID_CREDENTIALS
Means, three things, Username/password is incorrect or the account is locked. You are having this error for Bind user
.
You need to verify you systemUsername and systemPassword in configured topology.
A tool ldapsearch
can be useful to verify credentials for Bind user.
main.ldapRealm.userDnTemplate should be like following
<param>
<name>main.ldapRealm.userDnTemplate</name>
<value>cn={0},ou=hadoop,ou=personal,ou=accounts,dc=example,dc=com</value>
</param>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…