Feature: provide multildap server configuration (#16914)

* Feature: provide multildap server configuration

* Add multildap server configuration for devenv

* Change some of the notes for openldap devenv configuration

* Change the maintainer label for *main* dockerfile and of the devenv one

Re-checked the multildap logic - everything seems to be working fine
This commit is contained in:
Oleg Gaidarenko
2019-05-13 11:51:16 +03:00
committed by GitHub
parent 927e1cbd27
commit db95414d02
18 changed files with 484 additions and 5 deletions
@@ -0,0 +1,19 @@
admins-openldap:
build: docker/blocks/multiple-openldap/admins-ldap-server
environment:
SLAPD_PASSWORD: grafana
SLAPD_DOMAIN: grafana.org
SLAPD_ADDITIONAL_MODULES: memberof
ports:
- "389:389"
openldap:
build: docker/blocks/multiple-openldap/ldap-server
environment:
SLAPD_PASSWORD: grafana
SLAPD_DOMAIN: grafana.org
SLAPD_ADDITIONAL_MODULES: memberof
ports:
- "388:389"