On 4/1/21 6:17 AM, project@openldap.org wrote:
OpenLDAP 2.5.3beta is now available for experimentation and testing.
You can find openSUSE and SLE packages of release 2.5.3beta in this OBS project:
https://build.opensuse.org/project/show/home:stroeder:openldap25
Notes: - The packages are experimental and not tested in production. - This is my private work not related to the OpenLDAP project => blame me if something looks wrong with the packaging. - If unsure install openldap-ms, not openldap2, for testing (see below).
Safe option: openldap-ms
home:stroeder:openldap25/openldap-ms contains packages installed into a separate prefix /opt/openldap-ms. You can safely install these without breaking system-wide libraries and config files. There shouldn't be any conflict with other OS-provided packages.
Danger area: openldap2 (You have been warned!)
home:stroeder:openldap25/openldap2 is a *replacement* for the OS-provided packages which replaces system-wide client libraries. *This will likely break your system*! If you know what you're doing you can install this into e.g. test VMs, container or similar throw-away deployments.
Download repos for various versions:
https://download.opensuse.org/repositories/home:/stroeder:/openldap25/
Choose a directory and add the repo like this (example for openSUSE Tumbleweed):
zypper addrepo -f https://download.opensuse.org/repositories/home:/stroeder:/openldap25/openSU...
Refresh your repos:
zypper refresh -f
Install packages
zypper install openldap-ms openldap-ms-contrib
Ciao, Michael.