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

Fix how ldap-check.sh handles LDAP queries #15286

Open
icelander opened this issue Aug 17, 2020 · 0 comments
Open

Fix how ldap-check.sh handles LDAP queries #15286

icelander opened this issue Aug 17, 2020 · 0 comments
Labels
kind/knowledge A knowledge share

Comments

@icelander
Copy link

Note: The ldap-check.sh script in our Github doesn't work with TLS encryption without modification. There was a change in what parameter to use to specify the port with TLS from this:

ldapsearch -h ldap.example.com -p 636

to

ldapsearch -H ldaps://ldap.example.com:636

Note that you need to specify the protocl ldap or ldaps depending on whether you're using TLS.

Issue created from a Mattermost message by @icelander.

@amyblais amyblais reopened this Mar 11, 2022
@amyblais amyblais added the kind/knowledge A knowledge share label Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/knowledge A knowledge share
Projects
None yet
Development

No branches or pull requests

2 participants