aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2018-06-19 15:52:17 -0400
committerBruce Momjian <bruce@momjian.us>2018-06-19 15:52:17 -0400
commit9bab9cb36ad9186c9898703106b545d6dbb2aa24 (patch)
treef1489cfe7a5b5b2ddfe30c08dc61a3f1dccae292 /src
parent87a19eb9bf373f51e966ab496cce6bf3ee9cd909 (diff)
downloadpostgresql-9bab9cb36ad9186c9898703106b545d6dbb2aa24.tar.gz
postgresql-9bab9cb36ad9186c9898703106b545d6dbb2aa24.zip
README: add URLs for openldap installation
Reported-by: Michael Paquier Discussion: https://postgr.es/m/20180521013425.GA4476@paquier.xyz Backpatch-through: head
Diffstat (limited to 'src')
-rw-r--r--src/test/ldap/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/ldap/README b/src/test/ldap/README
index 61578385c5f..3e4c5cbaf95 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