What is in the directory server access log? /var/log/dirsrv/slapd-YOUR_INSTANCE/access
It might give more information about the failure. But error 49 typically means you are using the wrong password, but it could be another issue and the access log will have that information, just look for "err=49" in the log...
On 7/19/20 3:58 AM, Dwijadas Dey wrote:
Update:
Please ignore the idapsearch command from last post, i have used the following without SSL:
# ldapsearch -x -h ldap://idm.example.net -p 389 -b "dc=example,dc=net" -D "uid=ldapbind,cn=users,cn=account,dc=example,dc=net" uid=ambariadmin1 -W Enter LDAP Password: ldap_bind: Invalid credentials (49)
And also the last search command
[root@example ~]# ldapsearch -x -h idm.example.net -p 389 -b "cn=ambari,dc=example,dc=net" uid=ambariadmin1 _______________________________________________ 389-users mailing list -- 389-users@lists.fedoraproject.org To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/389-users@lists.fedoraproject....