From 801177d16ccc9eeb14d9ccc3278420b90e207639 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 11 Aug 2017 13:19:12 +0200 Subject: o Initial import of configuration for knot. --- knot/launch-ldap | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 knot/launch-ldap (limited to 'knot/launch-ldap') diff --git a/knot/launch-ldap b/knot/launch-ldap new file mode 100755 index 0000000..123eea9 --- /dev/null +++ b/knot/launch-ldap @@ -0,0 +1,12 @@ +#!/bin/bash + +exec docker run -d \ + --name trygvis-openldap \ + --net trygvis-net \ + --ip 172.90.0.30 \ + --volume trygvis-openldap_etc_ldap:/etc/ldap \ + --volume trygvis-openldap_var_lib_ldap:/var/lib/ldap \ + -e SLAPD_PASSWORD=secret \ + -e SLAPD_DOMAIN=trygvis.io \ + -e SLAPD_CONFIG_PASSWORD=secret \ + dinkel/openldap -- cgit v1.2.3