1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00

link kopano documentation for open-ldap user management

This commit is contained in:
Christian Günther 2019-01-03 12:57:56 +01:00
parent 897faadc7d
commit b6e9bdc32b

View File

@ -15,6 +15,7 @@ This repository contains an easy to replicate recipe to spin up a [Kopano](https
- you can also access phpLDAPadmin by going to `https://kopano.demo/ldap-admin`
- you can access the ldap-admin web frontent in readonly mode with: `LDAP_BIND_DN` env var as login dn and the `LDAP_BIND_PW` env var provided by the .env file (which is generated by the setup.sh)
- if you want to modify the ldap content you can access the ldap-admin web frontend by using the `cn=admin,` appending the `LDAP_BASE_DN` env var as the login dn and `LDAP_ADMIN_PASSWORD` as the password
- lookup kopano documentation on how to manage users using the ldap interface: https://documentation.kopano.io/kopanocore_administrator_manual/user_management.html#user-management-from-openldap
**Note:** There have been reports about the ldap demo not starting up on MacOS. It is recommended to use a Linux OS if you want to use the bundled LDAP image.