1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-05 23:16:12 +00:00
Felix Bartels f7659f5a78
Simplify ldap demo data (#22)
Switch user passwords to plain to make it more obvious to admins which passwords are secretary
Remove passwords for inactive accounts

Signed-off-by: Felix Bartels <felix@9wd.eu>
2021-03-30 13:34:53 +02:00
..
2019-11-12 22:23:38 +01:00

Kopano LDAP demo image

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:

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 for more information.

$ 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.