AD Authentication & Autz works for local users but it always fails for LDAP auth & authz failing over to internal.
It used to work from a Windows RabbitMQ server connecting to the same AD in the backend.
I am moving RabbitMQ to a Linux server keeping the same backend. Do you know if anything is different compared to Windows and Linux (BTW firewall is open on port 389)?
Here are the errors I see with network_unsafe (sensitive info masked)
=INFO REPORT==== 15-Aug-2018::19:04:59 ===
LDAP connecting to servers: ["***********"]
=INFO REPORT==== 15-Aug-2018::19:04:59 ===
LDAP network traffic: Connect: "***********" failed {error,eacces}
=INFO REPORT==== 15-Aug-2018::19:04:59 ===
LDAP connect error: {error,"connect failed"}
=INFO REPORT==== 15-Aug-2018::19:04:59 ===
LDAP DECISION: login for***********: {error,"connect failed"}
=WARNING REPORT==== 15-Aug-2018::19:04:59 ===
HTTP access denied: user '***********' - invalid credentials
thanks again I appreciate your help.