Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pkallatkl opened this issue Jul 30, 2019 · 2 comments
Open

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

pkallatkl opened this issue Jul 30, 2019 · 2 comments

Comments

@pkallatkl
Copy link

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

@mprahl
Copy link
Owner

mprahl commented Sep 14, 2019

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?

@spaschoalick
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants