From owner-freebsd-current Tue Jul 1 09:25:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA06938 for current-outgoing; Tue, 1 Jul 1997 09:25:18 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id JAA06933 for ; Tue, 1 Jul 1997 09:25:16 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id JAA18475; Tue, 1 Jul 1997 09:23:00 -0700 From: Terry Lambert Message-Id: <199707011623.JAA18475@phaeton.artisoft.com> Subject: Re: LDAP on -current To: chuckr@glue.umd.edu (Chuck Robey) Date: Tue, 1 Jul 1997 09:22:59 -0700 (MST) Cc: terry@lambert.org, current@FreeBSD.ORG In-Reply-To: from "Chuck Robey" at Jun 30, 97 09:10:46 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Has anyone else tried to run the University of Michigan slapd LDAP > > 3.3 on -current? > > > > It consistently fails the test suite with an error 32 (object not > > found). This is odd, since there is *specifically* a mention of > > FreeBSD in the ANNOUNCEMENT file. > > > > Is this something which was broken recently? > > > > I should note that the Debug code refers to sys_errlist[ xxx] > > directly, instead of using the ANSI syserror( xxx) function to > > retrieve the error message, so it's likely that the code has > > not been seriously tested on FreeBSD in the recent past... > > > > I probably look at more non-kernel software than you do, Terry, and that > reference to sys_errlist is really common. Nearly every piece of software > that refers to error messages has to be fixed. Just go strolling thru > ports, looking at the patches files, you'll see what I mean. Oh, I fixed it; it's just that it still fails the test suite. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.