diff --git a/services/web/config/settings.defaults.coffee b/services/web/config/settings.defaults.coffee index 73b679f517..4cbd187f94 100644 --- a/services/web/config/settings.defaults.coffee +++ b/services/web/config/settings.defaults.coffee @@ -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"