mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-18 21:36:12 +00:00
fix self-service binddn access config; use fixed container version for ssp
This commit is contained in:
parent
134aa99bb8
commit
153e89f4c4
@ -51,7 +51,7 @@ services:
|
|||||||
- web-net
|
- web-net
|
||||||
|
|
||||||
password-self-service:
|
password-self-service:
|
||||||
image: tiredofit/self-service-password
|
image: tiredofit/self-service-password:2.8
|
||||||
container_name: password-self-service
|
container_name: password-self-service
|
||||||
domainname: ${LDAP_DOMAIN}
|
domainname: ${LDAP_DOMAIN}
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -59,7 +59,7 @@ services:
|
|||||||
- mail
|
- mail
|
||||||
environment:
|
environment:
|
||||||
- LDAP_SERVER=ldap://ldap:389
|
- LDAP_SERVER=ldap://ldap:389
|
||||||
- LDAP_BINDDN=cn=admin,dc=kopano,dc=demo
|
- LDAP_BINDDN=cn=admin,${LDAP_BASE_DN}
|
||||||
- LDAP_BINDPASS=${LDAP_ADMIN_PASSWORD}
|
- LDAP_BINDPASS=${LDAP_ADMIN_PASSWORD}
|
||||||
- LDAP_BASE_SEARCH=${LDAP_BASE_DN}
|
- LDAP_BASE_SEARCH=${LDAP_BASE_DN}
|
||||||
- MAIL_FROM=noreply@${LDAP_DOMAIN}
|
- MAIL_FROM=noreply@${LDAP_DOMAIN}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user