Facing ldap authentication issue

Hi,

I am facing random vault ldap authentication issue when I use the hashivault ansible plugin to login to vault and upload my vault policy. Is this related to any existing bug?

Version of Vault : 1.5.3

Error: hvac.exceptions.InvalidRequest: ldap operation failed: failed to bind as user, on post

Hello,

This entry in most cases indicates that the user you are trying to log in with is not available at the specified userdn path. What are the LDAP attributes of the user you are trying to log in as, and what is your LDAP auth method configuration?

Martin