Update passport-ldap
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
f51de7f3bb
commit
562985a115
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
"passport-github": "^1.1.0",
|
||||
"passport-gitlab2": "^4.0.0",
|
||||
"passport-google-oauth20": "^1.0.0",
|
||||
"passport-ldapauth": "^0.6.0",
|
||||
"passport-ldapauth": "^2.0.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"passport-oauth2": "^1.4.0",
|
||||
"passport-twitter": "^1.0.4",
|
||||
|
|
Loading…
Reference in a new issue