Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58320 - openldap patch for ximian-connector
Summary: openldap patch for ximian-connector
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
: 52024 (view as bug list)
Depends on:
Blocks: 50801
  Show dependency tree
 
Reported: 2004-07-25 11:18 UTC by Alastair Tse (RETIRED)
Modified: 2004-08-05 20:01 UTC (History)
1 user (show)

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


Attachments
openldap-2.1.30-ximian-connector.patch (openldap-2.1.30-ximian-connector.patch,6.28 KB, patch)
2004-07-25 11:20 UTC, Alastair Tse (RETIRED)
Details | Diff
openldap-2.1.30-r2.ebuild (openldap-2.1.30-r2.ebuild,7.31 KB, text/plain)
2004-07-25 11:22 UTC, Alastair Tse (RETIRED)
Details
openldap ebuild with ximmian connector patch (openldap-2.1.30-r2.ebuild,7.31 KB, text/plain)
2004-08-01 04:40 UTC, richard ferguson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alastair Tse (RETIRED) gentoo-dev 2004-07-25 11:18:46 UTC
the new open sourced ximian-connector requires a patch against openldap to enable lower level functionality to be exposed in order to implement ntlm for communication with microsoft exchange servers. (bug #50801)

so attached are the patches and a simple mod of the openldap ebuild to include the patches.

@@ -72,6 +72,10 @@
        ln -s shtool install
        ln -s shtool install.sh
 
+       # ximian connector 1.4.7 ntlm patch
+       cd ${S}
+       epatch ${FILESDIR}/${PN}-2.1.30-ximian_connector.patch
+
        # reconf for db40 fixes.
        cd ${S}
        WANT_AUTOCONF="2.1" autoconf


it would be great if we can get these into the gentoo openldap as they don't seem to be too intrusive.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2004-07-25 11:20:09 UTC
Created attachment 36136 [details, diff]
openldap-2.1.30-ximian-connector.patch
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-07-25 11:22:26 UTC
Created attachment 36137 [details]
openldap-2.1.30-r2.ebuild
Comment 3 richard ferguson 2004-08-01 04:40:55 UTC
Created attachment 36572 [details]
openldap ebuild with ximmian connector patch

There was a typo in the previous ebuild, this fixes it.
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2004-08-04 06:16:06 UTC
*** Bug 52024 has been marked as a duplicate of this bug. ***
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2004-08-04 16:05:34 UTC
robbat2, any comments on this? if you like, i can do the work on committing this one.
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-08-04 16:37:42 UTC
i haven't got time to do it personally, but i see no reason it can't go into openldap, so if you're got time for it, you're all set to put it in.
Comment 7 Alastair Tse (RETIRED) gentoo-dev 2004-08-05 20:01:39 UTC
thanks robbat2, i've added the new revision with the patch. 

richard, i just attached the file with the wrong filename, the patch itself didn't have a typo .. you had me worried for a moment there.