From c427f472db646a0432bf899ab970e9056229c60b Mon Sep 17 00:00:00 2001 From: Christian Huettig Date: Wed, 28 Apr 2021 20:58:59 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84d1aec..4e575b8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# UNFINISHED WORK, DO NOT USE AS LONG AS THIS LINE EXISTS + # Free Overleaf Ldap Implementation This repo contains an improved, free ldap authentication and authorisation @@ -9,9 +11,9 @@ The inital idea for this implementation was taken from ### Limitations: - -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. +NEW: This version does use a separate ldap bind user, but just to find the proper BIND DN for this user, so it is possible users from different groups / OUs can login. +Afterwards it tries to bind to the ldap (using ldapts) with +the uid and credentials of the user which tries to login. Safes the hassle of password hashing for LDAP pwds. Only valid LDAP users or email users registered by an admin can login.