From owner-freebsd-hackers Mon Mar 16 18:31:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24591 for freebsd-hackers-outgoing; Mon, 16 Mar 1998 18:31:56 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from smtp01.primenet.com (smtp01.primenet.com [206.165.6.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24584 for ; Mon, 16 Mar 1998 18:31:49 -0800 (PST) (envelope-from tlambert@usr06.primenet.com) Received: (from daemon@localhost) by smtp01.primenet.com (8.8.8/8.8.8) id TAA22153; Mon, 16 Mar 1998 19:31:46 -0700 (MST) Received: from usr06.primenet.com(206.165.6.206) via SMTP by smtp01.primenet.com, id smtpd022130; Mon Mar 16 19:31:38 1998 Received: (from tlambert@localhost) by usr06.primenet.com (8.8.5/8.8.5) id TAA28542; Mon, 16 Mar 1998 19:31:36 -0700 (MST) From: Terry Lambert Message-Id: <199803170231.TAA28542@usr06.primenet.com> Subject: Re: Working, multi-threaded LDAP(slapd)? To: ljo@mcs.net (Lars Jonas Olsson) Date: Tue, 17 Mar 1998 02:31:36 +0000 (GMT) Cc: hackers@FreeBSD.ORG, ljo@mcs.net In-Reply-To: <199803162240.QAA11304@Venus.mcs.net> from "Lars Jonas Olsson" at Mar 16, 98 04:40:27 pm X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've been trying to use slapd (stand-alone LDAP daemon) from > ports/net/ldap on FreeBSD current. It goes into a loop (there is a PR > about this). It also seems that there is no multi-threading support > enabled in the port. > As there has been substantial discussion here about using LDAP for > administration does anyone have a working version? The FreeBSD LDAP port is unusably broken. Instead, you should use: http://www.freebsd.org/~terry/DIFF.LDAP.txt http://www.freebsd.org/~terry/DIFF.LDAP.gz They require that you are running -current or -stable with the recent pthreads changes by Jeremy Allison and myself (checked in by Julian Elisher in both trees). If using -stable, this means -stable *after* the last release (ie: the fixes are not yet on a CDROM). You must apply these patches to the code from the University of Michigan code, which should be unmodified (ie: do *not* use the FreeBSD port). If you want SSL support, you must seperately apply the SSL patch from www.critical-angle.com; all the other patches from there are included in my patch (basically, they were like 386BSD patches: conflicts, no organization, no dependency ordering, etc.). > I was planning to use slapd with imapd and ipopd as mail server for > netscape, eudora, and outlook express clients. Has anyone used slapd > as directory server for email clients? Seems like a good topic for a > section/article in handbook or newsletter. I have used it for the Windows clients. The Macintosh clients tend to fail because they incorrectly set their base location. This is a well known problem with almost all Macintosh LDAP clients. The only real fix is to install a PC. ;^). (There... that ought to tweak the weenies into fixing their clients to conform to standards). Someone with commit privs needs to compile this code and make it a package... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message