mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 19:53:41 -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 :
|
# ldap :
|
||||||
# host: 'ldap://ldap.forumsys.com'
|
# host: 'ldap://ldap.forumsys.com'
|
||||||
# dn: 'uid=:userKey,dc=example,dc=com'
|
# dn: 'uid=:userKey,dc=example,dc=com'
|
||||||
|
@ -379,6 +383,7 @@ module.exports =
|
||||||
# emailAtt: 'mail'
|
# emailAtt: 'mail'
|
||||||
# anonymous: false
|
# anonymous: false
|
||||||
|
|
||||||
|
|
||||||
#templateLinks: [{
|
#templateLinks: [{
|
||||||
# name : "CV projects",
|
# name : "CV projects",
|
||||||
# url : "/templates/cv"
|
# url : "/templates/cv"
|
||||||
|
|
Loading…
Reference in a new issue