You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there. Unfortunately, I don't have STARTTLS enabled with my LDAP setup so I cannot test this fix. Are you able to do some testing locally? I have a working branch if you'd be able to clone and try it out: https://github.com/cmintey/mealie/tree/fix/ldap-starttls
I've added a new LDAP_ENABLE_STARTTLS environment variable that you can set to True and test
First Check
What is the issue you are experiencing?
My LDAP server requires STARTTLS which causes Mealie to throw an exception when trying to authenticate any user:
ldap.CONFIDENTIALITY_REQUIRED: {'msgtype': 97, 'msgid': 1, 'result': 13, 'desc': 'Confidentiality required', 'ctrls': [], 'info': 'TLS confidentiality required'}
Quickly looking through the code, I don't see any reference to a
.start_tls_s()
call by the LDAP client.Deployment
Docker (Linux)
Deployment Details
No response
The text was updated successfully, but these errors were encountered: