From a696ca509155297679d8c8858f80177c4d191018 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Fri, 4 Jan 2019 17:07:00 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bdf6d4..80dd154 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This repository contains an easy to replicate recipe to spin up a [Kopano](https - If you are just interested in the demo environment you can accept the default values by pressing `Enter` on each question - now run `docker-compose up` and you will see how the remaining Docker images are pulled and then everything is started - after startup has succeeded you can access the Kopano WebApp by going to `https://kopano.demo/webapp` +- there are already some users created in the demo ldap. These users all have a password that is identical to the username, e.g. the password for `user1` user `user1`. - 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