-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Describe the bug
The Installation part of the README file states that matrix-synapse-ldap3
package is included in the packages.matrix.org
repository.
But in fact the only package there (at least for Ubuntu and Debian) is matrix-synapse-py3
. Here is the output on my Ubuntu server:
$ cat /var/lib/apt/lists/packages.matrix.org_debian_dists_focal_main_binary-amd64_Packages | grep ^Package
Package: matrix-synapse-py3
The bigger problem here is that when the repository is installed on a machine, you have the latest version of Synapse itself (coming from the matrix repo), but an old and buggy version of matrix-synapse-ldap3
(coming from the distro repository).
Expected fix
Either remove the deb package option from the Installation section (as distro-provided packages are old and contain bugs), or add the matrix-synapse-ldap3
package to packages.matrix.org
.
drygdryg
Metadata
Metadata
Assignees
Labels
No labels