1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-22 22:03:03 +00:00

move optional containers into their own compose files (#246)

* move playground into its own compose file

fixes #245

* move ldap-admin and ssp into their own directories

fixes #244

* remove command for konnect from meet example
This commit is contained in:
Felix Bartels
2019-09-18 07:30:54 +02:00
committed by GitHub
parent c50f952456
commit b60176ee93
8 changed files with 105 additions and 70 deletions
+26
View File
@@ -0,0 +1,26 @@
# LDAP extras for kopano-docker
This directory contains a compose file including optional containers.
## How to use this compose file?
1. Add the `ldap-extras.yml` to the `COMPOSE_FILE` variable in your `.env` file.
Example:
```
COMPOSE_FILE=docker-compose.yml:docker-compose.ports.yml:ldap-extras/ldap-extras.yml
```
2. Run `docker-compose up -d`.
## ldap-admin
After startup you can access phpLDAPadmin by going to `https://kopano.demo/ldap-admin`
To login use the `cn=admin,$LDAP_BASE_DN` and `LDAP_BIND_PW` from the `.env` file.
Check https://documentation.kopano.io/kopanocore_administrator_manual/user_management.html#user-management-from-openldap to learn more about Kopanos LDAP possibilities.
## password-self-service
After startup you can access [Self Service Password](https://ltb-project.org/documentation/self-service-password) by visiting `https://kopano.demo/password-reset/`.