mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
update ldap default settings for server pro
This commit is contained in:
parent
1c91de0395
commit
084b0d8548
1 changed files with 7 additions and 4 deletions
|
@ -357,15 +357,18 @@ module.exports =
|
||||||
# ----------
|
# ----------
|
||||||
|
|
||||||
|
|
||||||
|
# username = einstein
|
||||||
# ldap:
|
# password = password
|
||||||
|
# ldap :
|
||||||
# host: 'ldap://ldap.forumsys.com'
|
# host: 'ldap://ldap.forumsys.com'
|
||||||
# dnObj: 'uid'
|
# dn: 'uid=:userKey,dc=example,dc=com'
|
||||||
# dnSuffix: 'dc=example,dc=com'
|
# baseSearch: 'dc=example,dc=com'
|
||||||
|
# filter: "(uid=:userKey)"
|
||||||
# failMessage: 'LDAP User Fail'
|
# failMessage: 'LDAP User Fail'
|
||||||
# fieldName: 'LDAP User'
|
# fieldName: 'LDAP User'
|
||||||
# placeholder: 'LDAP User ID'
|
# placeholder: 'LDAP User ID'
|
||||||
# emailAtt: 'mail'
|
# emailAtt: 'mail'
|
||||||
|
# anonymous: false
|
||||||
|
|
||||||
#templateLinks: [{
|
#templateLinks: [{
|
||||||
# name : "CV projects",
|
# name : "CV projects",
|
||||||
|
|
Loading…
Reference in a new issue