From owner-freebsd-current Wed Sep 8 15:24:27 1999 Delivered-To: freebsd-current@freebsd.org Received: from munin.odin-corporation.com (fredriks-2.pr.mcs.net [205.164.50.242]) by hub.freebsd.org (Postfix) with ESMTP id B96B715230 for ; Wed, 8 Sep 1999 15:24:15 -0700 (PDT) (envelope-from lars@odin-corporation.com) Received: from odin-corporation.com (localhost [127.0.0.1]) by munin.odin-corporation.com (8.9.3/8.9.1) with ESMTP id RAA21895; Wed, 8 Sep 1999 17:23:16 -0500 (CDT) (envelope-from lars@odin-corporation.com) Message-ID: <37D6E1D4.E93892D1@odin-corporation.com> Date: Wed, 08 Sep 1999 17:23:16 -0500 From: Lars "Fredriksen" Organization: Odin Corporation X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: no, en MIME-Version: 1.0 To: Amancio Hasty , current@freebsd.org Subject: Re: Communicator 4 and LDAP References: <199909082158.OAA37823@rah.star-gate.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Amancio Hasty wrote: > click on "Communicator" -> AddressBook , then on your ldap server: > > Fill in : > > Description: User Friendly name for your ldap server > LDAP Server: ldap's hostname > Server Root: your server root > Port Number : the port number where your ldap server is listening to > > >From the address book window you should be able to query the ldap server. > > Cheers > > -- > > Amancio Hasty > hasty@rah.star-gate.com Hi Amancio, Well, when I try to do that I always get the following error when you try to search (even on the default ones like verisign, infoseek etc): Failed to bind to 'InfoSpace Directory' due to LDAP error 'Can't connect to the LDAP server' (0x5B) Trussing it it seems to be related to a connect() that gets interrupted like this: syscall connect(0x24,0xce3158,0x10) returns 0 (0x0) syscall sendto(0x24,0xbfbfb8b8,0x24,0x0,0x0,0x0) returns 36 (0x24) syscall poll(0xbfbfb670,0x1,0x1388) returns 1 (0x1) syscall recvfrom(0x24,0xbfbfc164,0x400,0x0,0xbfbfb6f8,0xbfbfb664) returns 173 (0xad) syscall close(36) returns 0 (0x0) syscall socket(0x2,0x1,0x0) returns 36 (0x24) SIGNAL 14 SIGNAL 14 SIGNAL 14 syscall connect(0x24,0xbfbfc5e0,0x10) errno 4 'Interrupted system call' syscall gettimeofday(0xbfbfc498,0x0) Lars To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message