From 9bab9cb36ad9186c9898703106b545d6dbb2aa24 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 19 Jun 2018 15:52:17 -0400 Subject: [PATCH] README: add URLs for openldap installation Reported-by: Michael Paquier Discussion: https://postgr.es/m/20180521013425.GA4476@paquier.xyz Backpatch-through: head --- src/test/ldap/README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/test/ldap/README b/src/test/ldap/README index 61578385c5..3e4c5cbaf9 100644 --- a/src/test/ldap/README +++ b/src/test/ldap/README @@ -22,3 +22,14 @@ Running the tests or make installcheck + +Requirements +============ + +LDAP server and client tools are required. + +Debian/Ubuntu packages: slapd ldap-utils + +RHEL/CentOS packages: openldap openldap-clients openldap-servers + +FreeBSD: openldap24-server openldap24-client