mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-10 09:26:14 +00:00
* make readme of owncloud more clear * clarify setup.sh * make user23 an admin by default * remove hard depenency on reg * add completed message * set more attributes on startup Signed-off-by: Felix Bartels <felix@host-consultants.de> * use cn instead of uid * add config for owncloud phoenix ui and openid plugin * add override for experimental feature endpoint * import kweb-calendar.cfg * experimental endpoint is yes/no * grapi also needs the ability to run insecure * grapi needs to resolve the domain, therefore needs to be in the web network
21 lines
1.4 KiB
Markdown
21 lines
1.4 KiB
Markdown
# Kopano LDAP demo image
|
|
|
|
[](https://microbadger.com/images/zokradonh/kopano_ldap_demo "Microbadger size/labels") [](https://microbadger.com/images/zokradonh/kopano_ldap_demo "Microbadger version")
|
|
|
|
Image to for an OpenLDAP server to provide some demo users for Kopano. Based on https://github.com/osixia/docker-openldap.
|
|
|
|
The LDAP tree is prepared for both single tenant setups (the default in Kopano) and multi tenant setups. To configure the multi tenant mode (also referred to as "hosted") of `kopano-server` the following values need to be added to `kopano_server.env`:
|
|
|
|
```bash
|
|
KCCONF_SERVER_ENABLE_HOSTED_KOPANO=YES
|
|
KCCONF_LDAP_LDAP_COMPANY_TYPE_ATTRIBUTE_VALUE=kopano-company
|
|
```
|
|
|
|
Additionally the ldap tree is also prepared for multiserver installations (also referred to as "distributed"), where multiple `kopano-server` processes share the total amount of mailboxes (controlled through a manual mapping in LDAP). See [Multiserver Example](../examples/kopano-multiserver) for more information.
|
|
|
|
```bash
|
|
$ docker-compose -f examples/kopano-multiserver.yml up
|
|
```
|
|
|
|
Demo users created in the demo ldap all have a password that is identical to the username, e.g. the password for `user1` user `user1`. The user `user23 is setup to be an admin within Kopano.`
|