From 4dd754ff82b07a5a310ec9623d08885732038259 Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 7 Aug 2018 08:41:13 +0200 Subject: [PATCH] add passport-ldapauth to dependencies when "npm install --production" is called, every time, passport-ldapauth is removed from local repository, with adding the dependency to package.json, the behavior is as expected (see production.yml config for ldap config) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 51e18bf3..20f988c6 100644 --- a/package.json +++ b/package.json @@ -106,6 +106,7 @@ "openpgp": "^2.5.11", "passport": "^0.4.0", "passport-local": "^1.0.0", + "passport-ldapauth": "^2.0.0", "premailer-api": "^1.0.4", "redfour": "^1.0.2", "redis": "^2.8.0",