mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue