1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-19 05:46:17 +00:00

Merge pull request #69 from cguentherTUChemnitz/ldap-user-management-readme-hint

link kopano documentation for open-ldap user management
This commit is contained in:
Felix Bartels 2019-01-03 13:29:49 +01:00 committed by GitHub
commit 0a96798431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 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) - 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 - 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. **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.