From owner-freebsd-current Wed Sep 8 19:32:23 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 9AA7F14C2E for ; Wed, 8 Sep 1999 19:32:20 -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 VAA61395; Wed, 8 Sep 1999 21:32:02 -0500 (CDT) (envelope-from lars@odin-corporation.com) Message-ID: <37D71C22.930D0080@odin-corporation.com> Date: Wed, 08 Sep 1999 21:32:02 -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: Matthew Reimer Cc: current@FreeBSD.ORG Subject: Re: Communicator 4 and LDAP References: <37D6F690.1D53E4CB@vpop.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just a quick note, inside the netscape ldap library, there is a header file called potable.h, in it there is the following snippet: /* * for connect() -- must we block signals when calling connect()? This * is necessary on some buggy UNIXes. */ #if !defined(LDAP_CONNECT_MUST_NOT_BE_INTERRUPTED) && \ ( defined(AIX) || defined(IRIX) || defined(HPUX) || defined(SUNOS4) \ || defined(SOLARIS) || defined(OSF1)) #define LDAP_CONNECT_MUST_NOT_BE_INTERRUPTED #endif Basically if the connect() can return EINTR, then we should be included in the above list. Lars Matthew Reimer wrote: > Maybe the code is trying to bind the local side of the socket to port > 0x5B? If so, then it could be proved by running Netscape as root. > > Matt > > Amancio Hasty wrote: > > > > Don't know what the problem is with netscape. > > > > I can search the ldap server with openldap's ldapsearch tool: > > > > /usr/local/openldap/bin/ldapsearch -h ldap.infospace.com -b "c=US" "cn=Amancio*" > > > > And what do you know I am listed there 8) > > > > cn=Amancio Hasty+ cn=hasty@STAR-GATE.COM; c=US; o=Amancio Hasty Jr; l=San Franci > > sco; st=CA; ou= > > objectclass=Person > > commonname=Amancio Hasty > > commonname=hasty@STAR-GATE.COM > > cn=Amancio Hasty > > cn=hasty@STAR-GATE.COM > > surname=Hasty > > sn=Hasty > > c=US > > l=San Francisco > > st=CA > > o=Amancio Hasty Jr > > ou= > > title= > > description= > > postalAddress= > > telephonenumber= > > userPassword= > > userCertificate= > > givenname=Amancio > > facsimileTelephoneNumber= > > > > -- > > > > Amancio Hasty > > hasty@rah.star-gate.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message