From 256c887d8f27769b5a6e048f43d5bb644df14b1d Mon Sep 17 00:00:00 2001 From: sym Date: Tue, 25 May 2021 23:07:15 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5336dba..8ddf1a7 100644 --- a/README.md +++ b/README.md @@ -109,14 +109,11 @@ LDAP_CONTACTS: 'false' ### LDAP Contacts -If you enable LDAP_CONTACTS, then all users in LDAP_GROUP_FILTER are loaded from the ldap server into the contacts. +If you enable LDAP_CONTACTS, then all users in LDAP_USER_FILTER are loaded from the ldap server into the contacts. At the moment this happens every time you click on "Share" within a project. -The user search happens without bind - so if your LDAP needs a bind you can adapt this in the -function `getLdapContacts()` in ContactsController.js (line 92) if you want to enable this function set: ``` LDAP_CONTACTS: 'true' -LDAP_GROUP_FILTER: '(memberof=GROUPNAME,ou=groups,dc=DOMAIN,dc=TLD)' ``` ### Sharelatex Configuration