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 Authenticator: unencrypted traffic with 'use_start_tls = True' #21

Open
theodotos opened this issue Sep 1, 2019 · 2 comments
Open

Comments

@theodotos
Copy link

I've setup the LDAP authenticator with on our mumble server but checking the traffic with tcpdump I've noticed that only the first query is encrypted. Subsequent queries are unecrypted. No user pass is leaked (used in the first query) but all the user's details and the bind pass are leaked.

You can verify this with:

$ sudo tcpdump host ldap.example.com -s0 -w mumble-ldap.pcap

and read the mumble-ldap.pcap file with wireshark.

@theodotos
Copy link
Author

A workaround is to use ldap_uri = ldaps://ldap.example.com and comment out use_start_tls.

@Kissaki
Copy link
Member

Kissaki commented Sep 1, 2019

I guess the configuration file and possible script file header should make this clear - documentation-wise.

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