Re: Looking for an LDAP DLL for MS Windows
Mike Newell <mnewell@lupine.nsi.nasa.gov> Fri, 15 October 1993 14:10 UTC
Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa04998;
15 Oct 93 10:10 EDT
Received: from CNRI.RESTON.VA.US by IETF.CNRI.Reston.VA.US id aa04994;
15 Oct 93 10:10 EDT
Received: from haig.cs.ucl.ac.uk by CNRI.Reston.VA.US id aa18988;
15 Oct 93 10:10 EDT
Received: from bells.cs.ucl.ac.uk by haig.cs.ucl.ac.uk with local SMTP
id <g.04174-0@haig.cs.ucl.ac.uk>; Fri, 15 Oct 1993 14:02:32 +0100
Received: from nsipo.arc.nasa.gov by bells.cs.ucl.ac.uk with Internet SMTP
id <g.22752-0@bells.cs.ucl.ac.uk>; Fri, 15 Oct 1993 14:02:16 +0100
Received: from lupine.nsi.nasa.gov by nsipo.arc.nasa.gov (4.1/1.5) id AA02643;
Fri, 15 Oct 93 06:02:05 PDT
Received: by lupine.nsi.nasa.gov (5.65/SunOS-4.1.3) id AA07554;
Fri, 15 Oct 93 09:00:40 -0400
Date: Fri, 15 Oct 93 09:00:40 -0400
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Mike Newell <mnewell@lupine.nsi.nasa.gov>
Message-Id: <9310151300.AA07554@lupine.nsi.nasa.gov>
To: osi-ds@cs.ucl.ac.uk, BORA@ct.si.cs.boeing.com
Subject: Re: Looking for an LDAP DLL for MS Windows
I'm, not sure if I already replied to this, but... > From osi-ds-request@cs.ucl.ac.uk Fri Oct 8 14:27:21 1993 > > Does anyone have the following: > > An LDAP DLL that would work with the WINSOCK.DLL It's on terminator.rs.itd.umich.edu in the X500 directory tree. There is a precompiled LDAP DLL as well as source that compiles (pretty easily, but not trivally) under Visual C++. > Calling documentation for the above I wrote a small app called "piXie" to provide a directory interface, and I can attest to the fact that the available documentation, which consists of a set of man pages, is pretty weak. You will need to reference the source quite a bit in your programming. I had planned to put together a q&d programmer's guide, but I don't seem to have much time lately... Especially problematic is (1) the 64Kb segment limit implies you can't get replies greater than 64K (actually, you can get them - they just cause General Protection Faults. Sigh...), and (2) when to free memory and how isn't always clear. > > I am looking at running this on Windows 3.1, Windows for Workgroups, and > Windows NT. The NT systems are both Intel and DEC Alpha systems, so if > source is available, it would make it easier if I need to recompile. The supplied DLL runs under both Windows 3.1 and NT on my 486. I don't have an Alpha, so I don't know if it runs there... Mike Newell NASA Advanced Network Applications
- Looking for an LDAP DLL for MS Windows Bor, Alexis
- Re: Looking for an LDAP DLL for MS Windows Mark Smith
- Re: Looking for an LDAP DLL for MS Windows Mike Newell