mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
update openldap
This commit is contained in:
parent
7a7756d778
commit
bd178b4858
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user