ADReset icon indicating copy to clipboard operation
ADReset copied to clipboard

I am getting an Error .The AD connection was not successful.

Open pkallatkl opened this issue 6 years ago • 2 comments

Hi Matt,

I am getting an Error .The AD connection was not successful. Please check your settings. Nothing blocking the communication. I Can also telnet to the domain controller on port 636

pkallatkl avatar Jul 30 '19 06:07 pkallatkl

If I were to guess, it's probably a certificate trust issue. If you're deploying this on Linux, is TLS_CACERT in /etc/ldap/ldap.conf correctly configured?

mprahl avatar Sep 14 '19 14:09 mprahl

Good evening!

I performed the installation on Centos7 and I am having an AD connection failure

Can you tell me if you use ldapsearch to perform the queries? If so, can you tell me in which file? I'm looking and I can't find it.

Making a call in BASH with the command below I get the expected return. Maybe I can't connect because the filter is different?

ldapsearch -x -h IP -D "USER @ FQDN" -W -b "cn = users, dc = DOMAIN, dc = COM" -s sub "(cn = *)" cn mail sn

spaschoalick avatar May 18 '20 04:05 spaschoalick