Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 52024 - Feature Request: Add Ximian's NTLM patch
Summary: Feature Request: Add Ximian's NTLM patch
Status: RESOLVED DUPLICATE of bug 58320
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-25 09:49 UTC by Andrew Glen-Young
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Glen-Young 2004-05-25 09:49:29 UTC
Please could you add the NTLM patch from Ximian to allow OpenLDAP to work with Exchange connector.  The patch is included with the connector source from the connector-1-4-branch of the CVS repo on cvs.gnome.org.  It compiles cleany on my machine.

Here is a patch against the latest openldap-2.1.30.ebuild:
--- /usr/portage/net-nds/openldap/openldap-2.1.30.ebuild        2004-05-12 22:10:06.000000000 +0200
+++ /usr/local/portage/net-nds/openldap/openldap-2.1.30.ebuild  2004-05-25 18:32:53.186837744 +0200
@@ -66,6 +66,9 @@
        cd ${S}
        epatch ${FILESDIR}/${PN}-2.1.27-perlthreadsfix.patch
  
+       # Add Ximian connector NTLM patch.
+       epatch ${FILESDIR}/${PN}-2.1.30-ntlm.patch
+
        # fix up stuff for newer autoconf that simulates autoconf-2.13, but doesn't
        # do it perfectly.
        cd ${S}/build




Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-05-26 10:27:36 UTC
please provide a more direct linkage to the patch.
cvs.gnome.org has a message the the web content is down right now, and i definetly don't find what you describe in the viewcvs.
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2004-08-04 06:16:06 UTC

*** This bug has been marked as a duplicate of 58320 ***