From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6551851a97ba5421 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-30 17:23:58 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.socal.rr.com!cyclone3.kc.rr.com!news3.kc.rr.com!twister.neo.rr.com.POSTED!not-for-mail From: Jeremy Cowgar Subject: Re: C lib returns char** - How in ADA? Newsgroups: comp.lang.ada Message-ID: References: User-Agent: Pan/0.11.2 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=iso885915 Content-Transfer-Encoding: 8bit X-Comment-To: "Pascal Obry" Date: Fri, 31 May 2002 00:28:56 GMT NNTP-Posting-Host: 24.209.41.19 X-Complaints-To: abuse@rr.com X-Trace: twister.neo.rr.com 1022804936 24.209.41.19 (Thu, 30 May 2002 20:28:56 EDT) NNTP-Posting-Date: Thu, 30 May 2002 20:28:56 EDT Organization: Road Runner High Speed Online -- Northeast Ohio Xref: archiver1.google.com comp.lang.ada:25047 Date: 2002-05-31T00:28:56+00:00 List-Id: On Thu, 30 May 2002 12:32:54 -0400, Pascal Obry wrote: > Jeremy Cowgar writes: > > Hum, are you working on a binding to OpenLDAP ? If so I'm sure some of > us will like to have something like that :) Will this work be Open > Source ? > > Pascal. > Pascal, Yes, it is a binding to LDAP. I need it for one of the projects I am working on currently. I am pretty new to ADA, in fact just learning it. A person in irc (irc.openprojects.net #ada) wrote the base ldap interface to get me started. It is working great. Because I am new to Ada, I hope you will not be hard on the coding, but yes, I will release it into open source, and maybe some who use it can correct the many errors and non-ada'ish things about it. I will post a message here when it is ready for some type of public consumtion as to where to download it. Thanks for the intrest. Jeremy