Skip to content

LDAP does not authenticate #3

Closed Answered by valeriop
svdvonde asked this question in Q&A
Discussion options

You must be logged in to vote

Hi
try with LPDAP+STARTTLS
We have self-signed ldap SSL cert, so in variables.env I set:

OVERLEAF_LDAP_URL=ldap://my-ldap-domain
OVERLEAF_LDAP_STARTTLS=true
OVERLEAF_LDAP_TLS_OPTS_CA_PATH=["/etc/ssl/certs/MyCACert.pem"]

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 :

OVERLEAF_LDAP_BIND_DN=cn=ldapbinduser,ou=People,dc=vub,dc=ac,dc=be
OVERLEAF_LDAP_BIND_CREDENTIALS='binduserpassword'

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
8 replies
@svdvonde
Comment options

@valeriop
Comment options

@svdvonde
Comment options

@yu-i-i
Comment options

@yu-i-i
Comment options

Answer selected by svdvonde
Comment options

You must be logged in to vote
1 reply
@svdvonde
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants