diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-06-21 12:37:21 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-06-21 12:37:21 -0400 |
commit | 425b4c082c82672c646ed8bc9e140b4112899fe4 (patch) | |
tree | 9e277e87f180c59a8a431d93b1a2ff0745af4f59 | |
parent | 07e5a213524853c06684155d4af5a0291d95d25a (diff) | |
download | postgresql-425b4c082c82672c646ed8bc9e140b4112899fe4.tar.gz postgresql-425b4c082c82672c646ed8bc9e140b4112899fe4.zip |
Improve requirements documentation for ldap test suite.
Text by me; data contributed by me, Thomas Munro, Michael Paquier.
Discussion: https://postgr.es/m/20180521013425.GA4476@paquier.xyz
-rw-r--r-- | src/test/ldap/README | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/test/ldap/README b/src/test/ldap/README index 4dc53a1bde0..4d641f92840 100644 --- a/src/test/ldap/README +++ b/src/test/ldap/README @@ -38,6 +38,15 @@ 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 +RHEL/CentOS/Fedora packages: openldap-clients openldap-servers +(You will already have needed openldap and openldap-devel to build.) + +FreeBSD: openldap-server +(You will already have needed openldap-client to build. If building +from the ports source tree, you want to build net/openldap24-client +and net/openldap24-server.) + +macOS: We do not recommend trying to use the Apple-provided version of +OpenLDAP; it's very old, plus Apple seem to have changed the launching +conventions for slapd. The paths in the test file are set on the +assumption that you installed OpenLDAP using Homebrew. |