Installing EDB LDAP Sync

Suggest edits

EDB LDAP Sync is supported on the same platforms as the Postgres distribution you're using. Support for EDB LDAP Sync starts with Postgres 11. See:

Prerequisites

Before you begin the installation process:

Install the package

The syntax for the RPM package install command is:

sudo <package-manager> -y install edb-ldap-sync<major_version>

The syntax for the Debian package install command is:

sudo <package-manager> -y install edb-ldap-sync-<major_version>

Where:

  • <package-manager>is the package manager used with your operating system:
Package managerOperating system
dnfRHEL 8/9 and derivatives
yumRHEL 7 and derivatives, CentOS 7
zypperSLES
apt-getDebian and derivatives
  • <major_version> is the major version of EDB LDAP Sync you're installing.

For example, to install EDB LDAP Sync version 1.0.0 on a RHEL 8 platform:

sudo dnf -y install edb-ldap-sync1

To install EDB LDAP Sync version 1.0.0 on a Debian 11 platform:

sudo apt-get -y install edb-ldap-sync-1

Could this page be better? Report a problem or suggest an addition!