1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

update openldap

This commit is contained in:
kev 2018-11-05 17:39:54 +08:00
parent 7a7756d778
commit bd178b4858
2 changed files with 4 additions and 0 deletions

@ -45,6 +45,7 @@ openldap:
- LDAP_TLS_CA_CRT_FILENAME=ca.crt
- LDAP_TLS_CRT_FILENAME=ldap.crt
- LDAP_TLS_KEY_FILENAME=ldap.key
# LDAP_TLS_ENFORCE=true
restart: always
phpldapadmin:
@ -59,6 +60,8 @@ phpldapadmin:
restart: always
```
> :warnning: I haven't figured out how to connect phpldapadmin to openladp via STARTTLS.
## Create Keys and Certificates
```bash

@ -14,6 +14,7 @@ openldap:
- LDAP_TLS_CA_CRT_FILENAME=ca.crt
- LDAP_TLS_CRT_FILENAME=ldap.crt
- LDAP_TLS_KEY_FILENAME=ldap.key
# LDAP_TLS_ENFORCE=true
restart: always
phpldapadmin: