[discourse-web] Include the LDAP plugin



commit 7d6bec04a5c582e439244bf64950926a270ed151
Author: Andrea Veri <averi redhat com>
Date:   Wed Feb 27 22:17:26 2019 +0100

    Include the LDAP plugin

 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/Dockerfile b/Dockerfile
index 5f1cbff..7e79399 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -41,6 +41,8 @@ RUN mkdir -p ./tmp/pids/ && \
     ### Plugins
     #   - OAuth
     git clone --depth=1 https://github.com/discourse/discourse-oauth2-basic.git 
/discourse/plugins/discourse-oauth2-basic && \
+    # LDAP
+    git clone --depth=1 https://github.com/jonmbake/discourse-ldap-auth 
/discourse/plugins/discourse-ldap-auth && \
     #   - Discourse Solved
     git clone --depth=1 https://github.com/discourse/discourse-solved.git 
/discourse/plugins/discourse-solved && \
     #   - Saved Searches


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]