We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51de7f commit 562985aCopy full SHA for 562985a
2 files changed
lib/web/auth/ldap/index.js
@@ -15,7 +15,7 @@ let ldapAuth = module.exports = Router()
15
passport.use(new LDAPStrategy({
16
server: {
17
url: config.ldap.url || null,
18
- bindDn: config.ldap.bindDn || null,
+ bindDN: config.ldap.bindDn || null,
19
bindCredentials: config.ldap.bindCredentials || null,
20
searchBase: config.ldap.searchBase || null,
21
searchFilter: config.ldap.searchFilter || null,
package.json
@@ -95,7 +95,7 @@
95
"passport-github": "^1.1.0",
96
"passport-gitlab2": "^4.0.0",
97
"passport-google-oauth20": "^1.0.0",
98
- "passport-ldapauth": "^0.6.0",
+ "passport-ldapauth": "^2.0.0",
99
"passport-local": "^1.0.0",
100
"passport-oauth2": "^1.4.0",
101
"passport-twitter": "^1.0.4",
0 commit comments