summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-09-08 16:38:48 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-09-08 16:38:48 -0400
commit9d7d0876c261f17d01f824b1d80d2e520fc3a6a6 (patch)
treed7382ed196016593346b34848a2af54790f1a49e /Makefile
parenteb8373aa80905fc57173da03ed5b2bd972c83d53 (diff)
downloadchat-9d7d0876c261f17d01f824b1d80d2e520fc3a6a6.tar.gz
chat-9d7d0876c261f17d01f824b1d80d2e520fc3a6a6.tar.bz2
chat-9d7d0876c261f17d01f824b1d80d2e520fc3a6a6.zip
Fixing OpenLDAP version in Makefile (#3999)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8eb027707..16162d976 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ start-docker:
-e LDAP_ORGANISATION="Mattermost Test" \
-e LDAP_DOMAIN="mm.test.com" \
-e LDAP_ADMIN_PASSWORD="mostest" \
- -d osixia/openldap:1.1.2 > /dev/null;\
+ -d osixia/openldap:1.1.6 > /dev/null;\
sleep 10; \
docker exec -ti mattermost-openldap bash -c 'echo -e "dn: ou=testusers,dc=mm,dc=test,dc=com\nobjectclass: organizationalunit" | ldapadd -x -D "cn=admin,dc=mm,dc=test,dc=com" -w mostest';\
docker exec -ti mattermost-openldap bash -c 'echo -e "dn: uid=test.one,ou=testusers,dc=mm,dc=test,dc=com\nobjectclass: iNetOrgPerson\nsn: User\ncn: Test1\nmail: success+testone@simulator.amazonses.com" | ldapadd -x -D "cn=admin,dc=mm,dc=test,dc=com" -w mostest';\