From owner-freebsd-current@FreeBSD.ORG Fri Jul 7 20:41:54 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D49416A4DE; Fri, 7 Jul 2006 20:41:54 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A5EC43D49; Fri, 7 Jul 2006 20:41:53 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k67KdmlP049424; Fri, 7 Jul 2006 14:39:48 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 07 Jul 2006 14:39:53 -0600 (MDT) Message-Id: <20060707.143953.-345494968.imp@bsdimp.com> To: brooks@one-eyed-alien.net From: "M. Warner Losh" In-Reply-To: <20060707015458.GC500@odin.ac.hmc.edu> References: <44AD2569.9070007@rsu.ru> <44AD4D27.3060109@FreeBSD.org> <20060707015458.GC500@odin.ac.hmc.edu> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: dougb@freebsd.org, bushman@rsu.ru, freebsd-current@freebsd.org Subject: Re: nss_ldap and openldap importing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 20:41:54 -0000 In message: <20060707015458.GC500@odin.ac.hmc.edu> Brooks Davis writes: : On Thu, Jul 06, 2006 at 10:49:27AM -0700, Doug Barton wrote: : > Michael Bushkov wrote: : > > Hi, : > > I'm a FreeBSD SoC 2006 student, I work on the nsswitch/ldap/caching : > > daemon stuff this summer. One of the tasks, that I have to do is to : > > import nss_ldap into the source tree. I just want to check the situation : > > with licenses. : > > : > > nss_ldap uses OpenLDAP library, which uses OpenLDAP license : > > (http://www.openldap.org/software/release/license.html). OpenLDAP : > > license seems to be BSD-compatible - so there seems to be no problems : > > with importing it into the source tree. : > > : > > nss_ldap itself uses LGPL. As we use nss_ldap only as dynamic library, : > > which is used in the "larger work" (which FreeBSD is), it can be also : > > included into the source tree. So, we can import nss_ldap, by directly : > > importing (with some specific changes, though) it and OpenLDAP into the : > > source tree, can we? Just want to be sure that I understand licensing : > > situation correctly. : > : > My understanding is that we are generally trying to avoid importing any new : > code that has any sort of GPL license. That would certainly be my (personal) : > preference in any case. : : Unless we have someone crediably committed to rewritting nss_ldap I : think this is a good place to make an exception. We can always remove : it later if an implementation exists, but we could really use better : integration with ldap. Especially if this is integrated into the system such that it is easy to disable.. Warner