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 scheme for DialURL ldap connection #3677

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

nabokihms
Copy link
Member

Overview

  • Use scheme without :// suffix
  • Make test ldap server listen on custom ports to avoid stepping into go-ldap defaults

What this PR does / why we need it

Fixes #3671

Special notes for your reviewer

* Use scheme without :// suffix
* Make test ldap server listen on custom ports to avoid stepping into go-ldap defaults

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
@nabokihms nabokihms merged commit d2928d3 into dexidp:master Aug 6, 2024
10 checks passed
nabokihms added a commit that referenced this pull request Aug 7, 2024
* Use scheme without :// suffix
* Make test ldap server listen on custom ports to avoid stepping into go-ldap defaults

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

failed to connect: LDAP Result Code 200 \"Network Error\": dial tcp :389: connect: connection refused
2 participants