2019-12-06 08:15:54 +00:00
|
|
|
version: "3"
|
2017-06-28 13:57:58 +00:00
|
|
|
services:
|
|
|
|
openldap:
|
2019-12-06 08:15:54 +00:00
|
|
|
image: osixia/openldap:1.3.0
|
|
|
|
hostname: ldap.example.com
|
2017-08-08 14:03:51 +00:00
|
|
|
environment:
|
2019-12-06 08:15:54 +00:00
|
|
|
- LDAP_ORGANISATION=MyCompany
|
|
|
|
- LDAP_DOMAIN=example.com
|
|
|
|
- LDAP_ADMIN_PASSWORD=password
|
|
|
|
- LDAP_CONFIG_PASSWORD=password
|
|
|
|
- LDAP_ADDITIONAL_MODULES=memberof
|
|
|
|
- LDAP_ADDITIONAL_SCHEMAS=openldap
|
|
|
|
- LDAP_FORCE_RECONFIGURE=true
|
|
|
|
- LDAP_TLS_VERIFY_CLIENT=try
|
2017-06-28 13:57:58 +00:00
|
|
|
volumes:
|
2019-12-06 08:15:54 +00:00
|
|
|
- ./example/compose/ldap/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
|
|
|
|
command:
|
|
|
|
- --copy-service
|
2017-06-28 13:57:58 +00:00
|
|
|
networks:
|
2019-01-27 14:54:29 +00:00
|
|
|
- authelianet
|