summaryrefslogtreecommitdiff
path: root/lib/web
diff options
context:
space:
mode:
authorSheogorath2018-06-30 15:04:15 +0200
committerSheogorath2018-06-30 16:52:33 +0200
commit562985a115cb62cc380dc5905e8e95d2d41c4a0e (patch)
treece3a9408ca2e4cfd212320d4d5c8262e1a927e45 /lib/web
parentf51de7f3bb55d298cfc50a779d6a8d36a0b6667a (diff)
Update passport-ldap
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'lib/web')
-rw-r--r--lib/web/auth/ldap/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/web/auth/ldap/index.js b/lib/web/auth/ldap/index.js
index ab1cb4cd..8d71c18e 100644
--- a/lib/web/auth/ldap/index.js
+++ b/lib/web/auth/ldap/index.js
@@ -15,7 +15,7 @@ let ldapAuth = module.exports = Router()
passport.use(new LDAPStrategy({
server: {
url: config.ldap.url || null,
- bindDn: config.ldap.bindDn || null,
+ bindDN: config.ldap.bindDn || null,
bindCredentials: config.ldap.bindCredentials || null,
searchBase: config.ldap.searchBase || null,
searchFilter: config.ldap.searchFilter || null,