mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added ShareLaTeX server pro options with ldap into settings.defaults
This commit is contained in:
parent
78b4bccba1
commit
6a3f760c6f
1 changed files with 16 additions and 0 deletions
|
@ -331,3 +331,19 @@ module.exports =
|
|||
proxyUrls: {}
|
||||
|
||||
reloadModuleViewsOnEachRequest: true
|
||||
|
||||
# ShareLaTeX Server Pro options (https://www.sharelatex.com/university/onsite.html)
|
||||
# ----------
|
||||
|
||||
|
||||
|
||||
# ldap:
|
||||
# host: 'ldap://ldap.forumsys.com'
|
||||
# dnObj: 'uid'
|
||||
# dnSuffix: 'dc=example,dc=com'
|
||||
# failMessage: 'LDAP User Fail'
|
||||
# fieldName: 'LDAP User'
|
||||
# placeholder: 'LDAP User ID'
|
||||
# emailAtt: 'mail'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue