Re: Does anyone have perldap working with 5.0 SDK?

2001-06-25 Thread Rich Megginson
How about on NT?  I'm getting a crash . . . Michael Hein wrote: You will need to link in with the additional LDAP C SDK libraries needed by perLdap as below as the LDAP C SDK is now based on dynamic libraries.  I was able to compile/run on Solaris after I made the change below. Michael       data

polling on the socket discriptor

2001-06-25 Thread Ram Myil
I am writing a UNIX client. Skeleton of my client looks like -call ldap_search() -poll() on the socket descriptor which I obtained by calling ldap_get_option() -when poll returns call ldap_result() to process the results Now lets say the server only sent part of the results. In this case the po

Re: Thank You!

2001-06-25 Thread Dan Mosedale
Batmensch <[EMAIL PROTECTED]> writes: > > I would just like to thank all of you working on the Directory stuff for > Mozilla. With the recent addition of address completion using an > LDAP directory Mozilla has now become a useable replacement for Netscape > Communicator (and Outlook) at b

Re: How do you use the XPCOM Wrapper for C SDK

2001-06-25 Thread Dan Mosedale
[EMAIL PROTECTED] (Graham Gelding) writes: > I am tring to add LDAP functionality to a Chrome. Initially all I'd > like to do is connect to an LDAP server and read and write some > "bookmarks.html" data. I'd suggest looking at Binary Runner's implementation of LDAP bookmark stuff; he posted a