summaryrefslogtreecommitdiff
path: root/lib/config/default.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-03-06 14:22:50 +0100
committerGitHub2018-03-06 14:22:50 +0100
commit66d8d3180a5cb9ac216222ebbfc258f76dbf41d6 (patch)
tree50d2aa251e381e14c838deefa7f0d84a5d606bc0 /lib/config/default.js
parenteb46378fc5a95f991f39225c10c825f0a74e10fa (diff)
parent6094c618717bd11793be9f7bd79b8708fac5870f (diff)
Merge pull request #755 from thegcat/fix/remove_unused_ldap_options
Remove unused LDAP option `tokenSecret` fixes #754
Diffstat (limited to 'lib/config/default.js')
-rw-r--r--lib/config/default.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config/default.js b/lib/config/default.js
index 5c5ebf31..06e887f4 100644
--- a/lib/config/default.js
+++ b/lib/config/default.js
@@ -110,7 +110,6 @@ module.exports = {
url: undefined,
bindDn: undefined,
bindCredentials: undefined,
- tokenSecret: undefined,
searchBase: undefined,
searchFilter: undefined,
searchAttributes: undefined,