Skip to content

LDAP integration

Created by: dtu-compute

A complete LDAP integration have been made through pull requests, but none have been pulled in the open source version of Sharelatex.

The task is to sort out all the LDAP pull requests from below, and then make a patch that can be applied to the latest upstream sharelatex.

To get all the pull requests

git clone https://github.com/sharelatex/web-sharelatex
cd web-sharelatex
# edit .git/config - change the 'origin' fetch entry to:
  fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
git fetch -a
git checkout remotes/origin/pr/103

It is configured in docker-compose.yml it looks like. https://github.com/sharelatex/sharelatex/blob/master/docker-compose.yml

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information