From c5e8e6f79a14c37d49229566c28b99549e6fede5 Mon Sep 17 00:00:00 2001 From: sym Date: Tue, 21 Nov 2023 12:20:20 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2b9c37..9dc66da 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ edition. Currently this repo uses sharelatex:latest. The inital idea for this implementation was taken from [worksasintended](https://github.com/worksasintended). -# BREAKING CHANGE +## BREAKING CHANGE be careful if you try to migrate from 3.3.2! Backup your machines and data. The migration paths hould be: - Backup Your machines and Data @@ -15,7 +15,7 @@ The migration paths hould be: - run this sharelatex image (4.1.1) and run the migrations scripts -### Limitations: +## Limitations: NEW: This version provides the possibility to use a separate ldap bind user. It does this just to find the proper BIND DN and record for the provided email, so it is possible that users from different groups / OUs can login. Afterwards it tries to bind to the ldap (using ldapts) with the user DN and credentials of the user which tries to login. No hassle of password hashing for LDAP pwds!