[Lunar-commits] r19295 - moonbase/trunk/utils/openldap

Auke Kok sofar at lunar-linux.org
Fri Mar 17 19:02:43 UTC 2006


Author: sofar
Date: 2006-03-17 19:02:43 +0000 (Fri, 17 Mar 2006)
New Revision: 19295

Added:
   moonbase/trunk/utils/openldap/CONFIGURE
Modified:
   moonbase/trunk/utils/openldap/BUILD
   moonbase/trunk/utils/openldap/DETAILS
Log:
Add NTLM patch for (limited?) NTLM support in openLDAP. The patch applies OK but I haven't been able to verify whether it really is needed for evolution - I can't get evo to see the global address book, that is. Doesn't break things AFAICS.


Modified: moonbase/trunk/utils/openldap/BUILD
===================================================================
--- moonbase/trunk/utils/openldap/BUILD	2006-03-17 18:57:43 UTC (rev 19294)
+++ moonbase/trunk/utils/openldap/BUILD	2006-03-17 19:02:43 UTC (rev 19295)
@@ -1,4 +1,9 @@
 (
+
+  if [ "$USE_NTLM" == "y" ]; then
+    patch_it $SOURCE2 0
+  fi
+
   bad_flags -Wno-deprecated 
 
   ./configure  --build=$BUILD             \

Added: moonbase/trunk/utils/openldap/CONFIGURE
===================================================================
--- moonbase/trunk/utils/openldap/CONFIGURE	                        (rev 0)
+++ moonbase/trunk/utils/openldap/CONFIGURE	2006-03-17 19:02:43 UTC (rev 19295)
@@ -0,0 +1 @@
+mquery USE_NTLM "Use NTLM patch for Windows AD support?" y

Modified: moonbase/trunk/utils/openldap/DETAILS
===================================================================
--- moonbase/trunk/utils/openldap/DETAILS	2006-03-17 18:57:43 UTC (rev 19294)
+++ moonbase/trunk/utils/openldap/DETAILS	2006-03-17 19:02:43 UTC (rev 19295)
@@ -1,14 +1,15 @@
           MODULE=openldap
          VERSION=2.3.20
           SOURCE=$MODULE-$VERSION.tgz
+	 SOURCE2=openldap-2.3.x-ntlm.diff
       SOURCE_URL=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
       SOURCE_VFY=sha1:7645c34ef10388362895f3f42f859cbe60b71fdd
+     SOURCE2_URL=$PATCH_URL
         WEB_SITE=http://www.openldap.org
          ENTERED=20010922
          UPDATED=20060227
-           SHORT="openldap is a fully featured open source LDAP software suite."
+           SHORT="Fully featured open source LDAP software suite."
            PSAFE=no
-
 cat << EOF
 The OpenLDAP Project is a collaborative effort to provide a robust,
 commercial-grade, fully featured, open source LDAP software suite. The



More information about the Lunar-commits mailing list