mirror of https://github.com/status-im/codimd.git
Update passport-ldap
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
f51de7f3bb
commit
562985a115
|
@ -15,7 +15,7 @@ let ldapAuth = module.exports = Router()
|
||||||
passport.use(new LDAPStrategy({
|
passport.use(new LDAPStrategy({
|
||||||
server: {
|
server: {
|
||||||
url: config.ldap.url || null,
|
url: config.ldap.url || null,
|
||||||
bindDn: config.ldap.bindDn || null,
|
bindDN: config.ldap.bindDn || null,
|
||||||
bindCredentials: config.ldap.bindCredentials || null,
|
bindCredentials: config.ldap.bindCredentials || null,
|
||||||
searchBase: config.ldap.searchBase || null,
|
searchBase: config.ldap.searchBase || null,
|
||||||
searchFilter: config.ldap.searchFilter || null,
|
searchFilter: config.ldap.searchFilter || null,
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
"passport-github": "^1.1.0",
|
"passport-github": "^1.1.0",
|
||||||
"passport-gitlab2": "^4.0.0",
|
"passport-gitlab2": "^4.0.0",
|
||||||
"passport-google-oauth20": "^1.0.0",
|
"passport-google-oauth20": "^1.0.0",
|
||||||
"passport-ldapauth": "^0.6.0",
|
"passport-ldapauth": "^2.0.0",
|
||||||
"passport-local": "^1.0.0",
|
"passport-local": "^1.0.0",
|
||||||
"passport-oauth2": "^1.4.0",
|
"passport-oauth2": "^1.4.0",
|
||||||
"passport-twitter": "^1.0.4",
|
"passport-twitter": "^1.0.4",
|
||||||
|
|
Loading…
Reference in New Issue