Installing EDB LDAP Sync

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:

Note

plpython3u is an "untrusted" language and thus a potential security risk.

  • Install ldap2pg.

  • Set up the repository.

    Setting up the repository is a one-time task. If you have already set up your repository, you don't need to perform this step.

    To set up the repository, go to EDB repositories and follow the instructions provided there.

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!