sasl with OpenLDAP 2.3.x [auf Viren ?berpr?ft]

Dmitriy Kirhlarov dkirhlarov at oilspace.com
Thu Sep 22 07:47:46 EDT 2005


On Thu, Sep 22, 2005 at 12:19:08PM +0200, Hans Moser wrote:
> The sasl configure script checks for OpenLDAP >2.1.27 and >2.2.6
> Is it possible to install sasl (2.1.21) with OpenLDAP 2.3.x?

I use attached patch for 2.1.21. It work.

-- 
Dmitriy Kirhlarov
OILspace, 26 Leninskaya sloboda, bld. 2, 2nd floor, 115280 Moscow, Russia
P:+7 095 105 7247 F:+7 095 105 7246 E:DmitriyKirhlarov at oilspace.com
OILspace - The resource enriched - www.oilspace.com
-------------- next part --------------
--- configure.orig	2005-09-08 15:00:40.000000000 +0100
+++ configure	2005-09-08 15:01:05.000000000 +0100
@@ -12251,8 +12251,8 @@
 /* Require 2.1.27+ and 2.2.6+ */
 #if LDAP_VENDOR_VERSION_MAJOR == 2  && LDAP_VENDOR_VERSION_MINOR == 1 && LDAP_VENDOR_VERSION_PATCH > 26
 char *__openldap_compat = "2.1.27 or better okay";
-#elif LDAP_VENDOR_VERSION_MAJOR == 2  && LDAP_VENDOR_VERSION_MINOR == 2 && LDAP_VENDOR_VERSION_PATCH > 5
-char *__openldap_compat = "2.2.6 or better okay";
+#elif LDAP_VENDOR_VERSION_MAJOR == 2  && LDAP_VENDOR_VERSION_MINOR > 1
+char *__openldap_compat = "2.2 or better okay";
 #endif
 
 _ACEOF


More information about the Cyrus-sasl mailing list