mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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 =
|
|||
# ----------
|
||||
|
||||
|
||||
|
||||
# ldap:
|
||||
# username = einstein
|
||||
# password = password
|
||||
# ldap :
|
||||
# host: 'ldap://ldap.forumsys.com'
|
||||
# dnObj: 'uid'
|
||||
# dnSuffix: 'dc=example,dc=com'
|
||||
# dn: 'uid=:userKey,dc=example,dc=com'
|
||||
# baseSearch: 'dc=example,dc=com'
|
||||
# filter: "(uid=:userKey)"
|
||||
# failMessage: 'LDAP User Fail'
|
||||
# fieldName: 'LDAP User'
|
||||
# placeholder: 'LDAP User ID'
|
||||
# emailAtt: 'mail'
|
||||
# anonymous: false
|
||||
|
||||
#templateLinks: [{
|
||||
# name : "CV projects",
|
||||
|
|
Loading…
Reference in a new issue