зеркало из https://github.com/mono/mail-archives.git
175 строки
8.5 KiB
HTML
175 строки
8.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-list] Mono LDAP Status
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:Nick.Pavlica%40echostar.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="016092.html">
|
|
<LINK REL="Next" HREF="016101.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-list] Mono LDAP Status
|
|
</H1>
|
|
<B>Pavlica, Nick
|
|
</B>
|
|
<A HREF="mailto:Nick.Pavlica%40echostar.com"
|
|
TITLE="[Mono-list] Mono LDAP Status">Nick.Pavlica@echostar.com
|
|
</A><BR>
|
|
<I>Thu, 02 Oct 2003 13:44:35 -0600</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="016092.html">[Mono-list] Mono LDAP Status
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016101.html">[Mono-list] mod-mono-server.exe exception
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16093">[ date ]</a>
|
|
<a href="thread.html#16093">[ thread ]</a>
|
|
<a href="subject.html#16093">[ subject ]</a>
|
|
<a href="author.html#16093">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Thanks for the update!
|
|
|
|
On Thu, 2003-10-02 at 13:35, Jason Raneses wrote:
|
|
><i> Just to let everyone know, I had a conversation with Matt Ryan and another
|
|
</I>><i> Novell engineer earlier this week regarding Novell's possible involvement
|
|
</I>><i> with the development of the Mono LDAP library and the
|
|
</I>><i> System.DirectoryServices implementation. Novell is interested in committing
|
|
</I>><i> developer resources to the project, and as we move forward, I'll be sure to
|
|
</I>><i> keep everyone updated with how things are shaping out.
|
|
</I>><i>
|
|
</I>><i> Jason
|
|
</I>><i>
|
|
</I>><i> -----Original Message-----
|
|
</I>><i> From: <A HREF="mailto:mono-list-admin@lists.ximian.com">mono-list-admin@lists.ximian.com</A>
|
|
</I>><i> [mailto:<A HREF="mailto:mono-list-admin@lists.ximian.com">mono-list-admin@lists.ximian.com</A>] On Behalf Of Matt Ryan
|
|
</I>><i> Sent: Thursday, September 25, 2003 12:33 PM
|
|
</I>><i> To: <A HREF="mailto:mono-list@lists.ximian.com">mono-list@lists.ximian.com</A>
|
|
</I>><i> Subject: RE: [Mono-list] Mono LDAP Status
|
|
</I>><i>
|
|
</I>><i> All,
|
|
</I>><i>
|
|
</I>><i> I work for Novell's Developer Services organization representing
|
|
</I>><i> developer relations between our Linux products and non-Novell engineers.
|
|
</I>><i> I would like to see what can be done by Novell to be a better
|
|
</I>><i> participant here than what we have been so far.
|
|
</I>><i>
|
|
</I>><i> If you are interested in a C# LDAP library or are currently working on
|
|
</I>><i> one, I would like to specifically know what your interest or involvement
|
|
</I>><i> is. My intent would be to try to see if I can figure out how to
|
|
</I>><i> coordinate this with the efforts of the eDirectory development team so
|
|
</I>><i> we are more open-source friendly than we currently are.
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i>
|
|
</I>><i> -Matt Ryan
|
|
</I>><i> Software Engineer
|
|
</I>><i> Linux/ZEN Developer Champion
|
|
</I>><i> Worldwide Developer Support
|
|
</I>><i>
|
|
</I>><i> Novell, Inc., the leading provider of information solutions
|
|
</I>><i> <A HREF="http://www.novell.com">http://www.novell.com</A>
|
|
</I>><i>
|
|
</I>><i> >>> "Jason Raneses" <<A HREF="mailto:jason@raneses.com">jason@raneses.com</A>> 9/23/2003 9:55:09 PM >>>
|
|
</I>><i> Miguel, all...
|
|
</I>><i>
|
|
</I>><i> The C# LDAP library aims to provide, at a minimal level, the same
|
|
</I>><i> amount of
|
|
</I>><i> functionality found in the Mozilla (Netscape) Java LDAP classes. I am
|
|
</I>><i> planning to support the synchronous portions in version 1, and the
|
|
</I>><i> asynchronous in a later release. My initial thoughts were to write
|
|
</I>><i> everything in native C#, however, because of time constraints on a few
|
|
</I>><i> of
|
|
</I>><i> the projects I am working on that require this library, I chose to go
|
|
</I>><i> the
|
|
</I>><i> frequently traveled route of wrapping existing unmanaged C libraries,
|
|
</I>><i> and at
|
|
</I>><i> the same time, solidifying the API, so, at a later time, I can rewrite
|
|
</I>><i> each
|
|
</I>><i> portion in native C#, without breaking any interfaces.
|
|
</I>><i>
|
|
</I>><i> My development team and I were not satisfied with Microsoft's
|
|
</I>><i> implementation
|
|
</I>><i> of the System.DirectoryServices namespace, and did not see the need to
|
|
</I>><i> purchase a 3rd party library, thus I began this project on the side
|
|
</I>><i> about a
|
|
</I>><i> month ago. It can be used with pretty much any C dll based on the
|
|
</I>><i> University of Michigan reference code.
|
|
</I>><i>
|
|
</I>><i> I'd say that the code is not too far off from being good enough to drop
|
|
</I>><i> in
|
|
</I>><i> CVS. I have to work on some of the thread synchronization a bit more,
|
|
</I>><i> and
|
|
</I>><i> am still finishing up work on the ldap_modify wrappers. The classes
|
|
</I>><i> and
|
|
</I>><i> collections that search and iterate directory data are for the most
|
|
</I>><i> part
|
|
</I>><i> already completed.
|
|
</I>><i>
|
|
</I>><i> Jason
|
|
</I>><i>
|
|
</I>><i> -----Original Message-----
|
|
</I>><i> From: <A HREF="mailto:mono-list-admin@lists.ximian.com">mono-list-admin@lists.ximian.com</A>
|
|
</I>><i> [mailto:<A HREF="mailto:mono-list-admin@lists.ximian.com">mono-list-admin@lists.ximian.com</A>] On Behalf Of Miguel de Icaza
|
|
</I>><i> Sent: Sunday, September 21, 2003 5:51 PM
|
|
</I>><i> To: Jason Raneses
|
|
</I>><i> Cc: <A HREF="mailto:bmaurer@users.sourceforge.net">bmaurer@users.sourceforge.net</A>; Brady Anderson;
|
|
</I>><i> <A HREF="mailto:mono-list@lists.ximian.com">mono-list@lists.ximian.com</A>; <A HREF="mailto:gatlina@yahoo.com">gatlina@yahoo.com</A>
|
|
</I>><i> Subject: Re: [Mono-list] Mono LDAP Status
|
|
</I>><i>
|
|
</I>><i> Hello,
|
|
</I>><i>
|
|
</I>><i> > It would be ideal to develop a fully managed provider, but I had an
|
|
</I>><i> > immediate need to get at least a subset of the API up and working,
|
|
</I>><i> > and the easiest route to go was to wrap the C libraries. My long
|
|
</I>><i> > term goal is for the library to not have any unmanaged dependencies
|
|
</I>><i> > whatsoever, and I plan on removing them over time by implementing
|
|
</I>><i> the
|
|
</I>><i> > functionality provided by the C libraries in native C#.
|
|
</I>><i> >
|
|
</I>><i> > It would be stellar to have the guys from Novell involved in this if
|
|
</I>><i> > they are interested. Does anyone have anything concrete on their
|
|
</I>><i> > time frame for making a decision to join the development?
|
|
</I>><i>
|
|
</I>><i> Jason, can you tell us more about your current binding, and whether it
|
|
</I>><i> is mature enough to get it on CVS?
|
|
</I>><i>
|
|
</I>><i> Miguel.
|
|
</I>><i> _______________________________________________
|
|
</I>><i> Mono-list maillist - <A HREF="mailto:Mono-list@lists.ximian.com">Mono-list@lists.ximian.com</A>
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-list">http://lists.ximian.com/mailman/listinfo/mono-list</A>
|
|
</I>><i>
|
|
</I>><i> _______________________________________________
|
|
</I>><i> Mono-list maillist - <A HREF="mailto:Mono-list@lists.ximian.com">Mono-list@lists.ximian.com</A>
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-list">http://lists.ximian.com/mailman/listinfo/mono-list</A>
|
|
</I>><i> _______________________________________________
|
|
</I>><i> Mono-list maillist - <A HREF="mailto:Mono-list@lists.ximian.com">Mono-list@lists.ximian.com</A>
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-list">http://lists.ximian.com/mailman/listinfo/mono-list</A>
|
|
</I>><i>
|
|
</I>><i> _______________________________________________
|
|
</I>><i> Mono-list maillist - <A HREF="mailto:Mono-list@lists.ximian.com">Mono-list@lists.ximian.com</A>
|
|
</I>><i> <A HREF="http://lists.ximian.com/mailman/listinfo/mono-list">http://lists.ximian.com/mailman/listinfo/mono-list</A>
|
|
</I>
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="016092.html">[Mono-list] Mono LDAP Status
|
|
</A></li>
|
|
<LI> Next message: <A HREF="016101.html">[Mono-list] mod-mono-server.exe exception
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#16093">[ date ]</a>
|
|
<a href="thread.html#16093">[ thread ]</a>
|
|
<a href="subject.html#16093">[ subject ]</a>
|
|
<a href="author.html#16093">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|