mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Updated ldap settings to make them clearer
This commit is contained in:
parent
3836142cee
commit
f40e984e10
1 changed files with 7 additions and 2 deletions
|
@ -366,8 +366,12 @@ module.exports =
|
|||
# ----------
|
||||
|
||||
|
||||
# username = einstein
|
||||
# password = password
|
||||
|
||||
# LDAP
|
||||
# ----------
|
||||
# Settings below use a working LDAP test server kindly provided by forumsys.com
|
||||
# When testing with forumsys.com use username = einstein and password = password
|
||||
|
||||
# ldap :
|
||||
# host: 'ldap://ldap.forumsys.com'
|
||||
# dn: 'uid=:userKey,dc=example,dc=com'
|
||||
|
@ -379,6 +383,7 @@ module.exports =
|
|||
# emailAtt: 'mail'
|
||||
# anonymous: false
|
||||
|
||||
|
||||
#templateLinks: [{
|
||||
# name : "CV projects",
|
||||
# url : "/templates/cv"
|
||||
|
|
Loading…
Reference in a new issue