From bb0cae558c0e84c161b0527c2dcb06acbbae651c Mon Sep 17 00:00:00 2001 From: sym Date: Wed, 13 May 2020 22:45:04 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cde9179..adafce1 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,16 @@ # Overleaf Ldap Implementation This repo contains an improved, free ldap authentication and authorisation -for sharelatex/overleaf. Currently this repo uses sharelatex 2.2.0. +for sharelatex/[overleaf](https://github.com/overleaf/overleaf) community +edition. Currently this repo uses sharelatex 2.2.0. The inital idea for this implementation was taken from [worksasintended](https://github.com/worksasintended). -This ldap authentication and authorisation for the overleaf community -edition [overleaf](https://github.com/overleaf/overleaf) uses ldapts. - ### Limitations: -This implementation uses *no* ldap bind user - it tries to bind to the ldap with +This implementation uses *no* ldap bind user - it tries to bind to the ldap (using ldapts) with the uid and credentials of the user which tries to login. Only valid LDAP users can login. This module authenticates in any case against the specified LDAP server!