From a4e7a325e230ca64e28b9d9130c953ce547a9309 Mon Sep 17 00:00:00 2001
From: Xeryko <temporos.biohazard@hotmail.fr>
Date: Thu, 22 Feb 2018 13:31:53 +0100
Subject: [PATCH] Add LDAP authentication

Changing a simple thing to check that is functional

Reverting old modification

Advancing on LDAP authentication

Save

...

Fixing import problem

SAVE

Using env settings for ldap configuration

User successfully logged in

Local users can edit while external can't

Fix entry for both password fields

Activating registration page for local users

Fixing issue where the message doesn't appear when LDAP user failed to login

Changing auth method

Fixing a bug

Updating password

Test

Should be okay for name now

Log

Fixing password?

Fix $ char
---
 package.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package.json b/package.json
index 9a3faf59c..80726e9e4 100644
--- a/package.json
+++ b/package.json
@@ -35,6 +35,8 @@
     "body-parser": "^1.13.1",
     "bufferedstream": "1.6.0",
     "codemirror": "^5.33.0",
+    "cas-authentication": "^0.0.8",
+    "connect-cas": "^1.8.1",
     "connect-redis": "^3.1.0",
     "contentful": "^6.1.1",
     "cookie": "^0.2.3",
-- 
GitLab