From 77d2063ff9e574e3b06e61d648a5e07688fcf5f3 Mon Sep 17 00:00:00 2001 From: Christian Finnberg Date: Sun, 16 Jan 2022 10:38:40 +0200 Subject: [PATCH] Update installing.rst to reflect new openLDAP 2.5.0 is not yet supported https://github.com/python-ldap/python-ldap/issues/432 --- Doc/installing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/installing.rst b/Doc/installing.rst index e4518c11..26ab7c68 100644 --- a/Doc/installing.rst +++ b/Doc/installing.rst @@ -113,8 +113,8 @@ on the local system when building python-ldap: - `Python`_ including its development files - C compiler corresponding to your Python version (on Linux, it is usually ``gcc``) -- `OpenLDAP`_ client libs version 2.4.11 or later; - it is not possible and not supported to build with prior versions. +- `OpenLDAP`_ client libs version 2.4.11 or later, but before 2.5.0; + it is not possible and not supported to build with prior to 2.4.11 versions or 2.5.0 or later versions. - `OpenSSL`_ (optional) - `Cyrus SASL`_ (optional) - Kerberos libraries, MIT or Heimdal (optional)