Nouveau fichier
This commit is contained in:
18
OpenLDAP/docker-compose.yaml
Normal file
18
OpenLDAP/docker-compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
version: 2
|
||||||
|
services:
|
||||||
|
openldap:
|
||||||
|
volumes:
|
||||||
|
- 'openldap_certs:/container/service/slapd/assets/certs'
|
||||||
|
environment:
|
||||||
|
- LDAP_TLS_CRT_FILENAME=my-ldap.crt
|
||||||
|
- LDAP_TLS_KEY_FILENAME=my-ldap.key
|
||||||
|
- LDAP_TLS_CA_CRT_FILENAME=the-ca.crt
|
||||||
|
- LDAP_ORGANISATION: IwanClement EU
|
||||||
|
- LDAP_DOMAIN: iwanclement.eu
|
||||||
|
# - LDAP_BASE_DN: Ldap base DN. If empty automatically set from LDAP_DOMAIN value. Defaults to (empty)
|
||||||
|
- LDAP_ADMIN_PASSWORD:
|
||||||
|
- LDAP_CONFIG_PASSWORD:
|
||||||
|
- LDAP_READONLY_USER: true
|
||||||
|
- LDAP_READONLY_USER_USERNAME: ldap_ro_user
|
||||||
|
- LDAP_READONLY_USER_PASSWORD: ldap_ro_password
|
||||||
|
image: 'osixia/openldap:1.2.4'
|
||||||
Reference in New Issue
Block a user