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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user