-
Hi Thank you for putting together this project. I think I have installed and configured the project correctly, but my project does not seem to authenticate against LDAP. The overleaf login form displays "Your email or password is incorrect." (it's not). Here's how I set up the project:
In In
In
This configuration looks correct to me, and on my own machine I can run a basic
There is nothing in the logs to indicate that something is going wrong (checked via As a side-note, I discovered that the configuration variables Note that, while the LDAP configuration is active, I can still log in using an overleaf local admin account that I created at |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi
and in Dockerfile Maybe you need to add a bind user :
|
Beta Was this translation helpful? Give feedback.
-
@svdvonde, did you fix LDAP authentication using @valeriop's suggestions? Note that you need Also, thanks for pointing out the issue with
This is intentional, allowing local and LDAP users to coexist. |
Beta Was this translation helpful? Give feedback.
Hi
try with LPDAP+STARTTLS
We have self-signed ldap SSL cert, so in variables.env I set:
and in Dockerfile
- ${MYDATA}/MyCACert.pem:/etc/ssl/certs/MyCACert.pem
(save a copy of your local CAcert.pem in ${MYDATA}/MyCACert.pem)
OR
copy your CA cert in server-ce/config/MyCACert.pem and rebuild docker (make build-community).
Maybe you need to add a bind user :