From ca4516e662935cc216d4ab59353cdd55c95295ef Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 24 Oct 2019 12:19:34 +0200 Subject: [PATCH] add Univention --- ...elease-notes-and-distribution-specific-instructions.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/19.1-Release-notes-and-distribution-specific-instructions.md b/19.1-Release-notes-and-distribution-specific-instructions.md index cfdc18b..553e42f 100644 --- a/19.1-Release-notes-and-distribution-specific-instructions.md +++ b/19.1-Release-notes-and-distribution-specific-instructions.md @@ -131,6 +131,14 @@ systemctl enable --now docker ``` From their on you can follow the RHEL/CentOS 7 instructions above, replacing RHEL_7 in the repo-url with CentOS_8. +# Univention + +> EGroupware 19.1 is available via the Unvention App Center, thought there are a couple of requirements + +* UCS 4.4-2 is required +* if the server was installed before UCS 4.3 and updated, you have to [manually enable the memberOf overlay](https://help.univention.com/t/memberof-attribute-group-memberships-of-user-and-computer-objects/6439) +* if you use EGroupware on a slave, you need to use the ldap from the master (is set automatic for new installations) + # PostgreSQL > Keep in mind, that you can NOT use ```localhost``` to address a service eg. PostgreSQL inside the container, as it does NOT refer to the host, but the container itself. You have to use the IP address of the host or the docker0 bridge AND make sure the service is not just bound to localhost!