1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-05 23:16:12 +00:00
Felix Bartels 9badb0af5a
Add ldap account manager as an "extra" (#276)
* add compose file
* add working configuration for ldap account manager
depends on https://github.com/LDAPAccountManager/lam/pull/76

Important note: the open source code of lam does not include the Kopano integration. So admins can generally manage users, but to add kopano attributes admins would need to switch to the ldap tree view.

* use :7.0.RC1 as this is the first image that supports automatic setup
2019-12-11 11:36:23 +01:00
..
2019-10-22 15:00:31 +02:00

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
  1. 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 by visiting https://kopano.demo/password-reset/.