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

LDAP with StartTLS does not work when using the default port 389 #505

Open
KayA9 opened this issue Jan 28, 2020 · 1 comment
Open

LDAP with StartTLS does not work when using the default port 389 #505

KayA9 opened this issue Jan 28, 2020 · 1 comment

Comments

@KayA9
Copy link

KayA9 commented Jan 28, 2020

TLS encryption is not active when using the default port 389 (according to config report). I think this is due to this line:

['port' => 389, 'tls' => false],

It's conflicting with this line:

['port' => 389, 'tls' => true],

@VicDeo
Copy link
Member

VicDeo commented Jan 29, 2020

it's not conflicting. The entire list is probed until the connection is successful.
Swapping these lines should add priority to TLS

@VicDeo VicDeo mentioned this issue Feb 13, 2020
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

2 participants