diff options
author | Bruce Momjian | 2018-06-19 19:52:17 +0000 |
---|---|---|
committer | Bruce Momjian | 2018-06-19 19:52:17 +0000 |
commit | 9bab9cb36ad9186c9898703106b545d6dbb2aa24 (patch) | |
tree | f1489cfe7a5b5b2ddfe30c08dc61a3f1dccae292 | |
parent | 87a19eb9bf373f51e966ab496cce6bf3ee9cd909 (diff) |
README: add URLs for openldap installation
Reported-by: Michael Paquier
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: head
-rw-r--r-- | src/test/ldap/README | 11 |
1 files changed, 11 insertions, 0 deletions
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 |