From owner-freebsd-current@FreeBSD.ORG Thu Apr 17 17:43:47 2003 Return-Path: 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 2043637B401; Thu, 17 Apr 2003 17:43:47 -0700 (PDT) Received: from ns1.gnf.org (ns1.gnf.org [63.196.132.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D3E43F3F; Thu, 17 Apr 2003 17:43:46 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: from EXCHCLUSTER01.lj.gnf.org (exch02.lj.gnf.org [172.25.10.20]) by ns1.gnf.org (8.12.6p2/8.12.3) with ESMTP id h3I0hhZu018526; Thu, 17 Apr 2003 17:43:43 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: from roark.gnf.org ([172.25.24.15]) by EXCHCLUSTER01.lj.gnf.org with Microsoft SMTPSVC(5.0.2195.5329); Thu, 17 Apr 2003 17:43:45 -0700 Received: from roark.gnf.org (localhost [127.0.0.1]) by roark.gnf.org (8.12.9/8.12.9) with ESMTP id h3I0hjZc010582; Thu, 17 Apr 2003 17:43:45 -0700 (PDT) (envelope-from gtetlow@gnf.org) Received: (from gtetlow@localhost) by roark.gnf.org (8.12.9/8.12.9/Submit) id h3I0hjLU010581; Thu, 17 Apr 2003 17:43:45 -0700 (PDT) (envelope-from gtetlow) Date: Thu, 17 Apr 2003 17:43:45 -0700 From: Gordon Tetlow To: "Jacques A. Vidrine" , freebsd-current@FreeBSD.org Message-ID: <20030418004345.GD9682@roark.gnf.org> References: <20030417141133.GA4155@madman.celabo.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="F8dlzb82+Fcn6AgP" Content-Disposition: inline In-Reply-To: <20030417141133.GA4155@madman.celabo.org> User-Agent: Mutt/1.4i X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . X-OriginalArrivalTime: 18 Apr 2003 00:43:45.0887 (UTC) FILETIME=[91850EF0:01C30543] Subject: Re: HEADS UP: new NSS X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 18 Apr 2003 00:43:47 -0000 --F8dlzb82+Fcn6AgP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 17, 2003 at 09:11:33AM -0500, Jacques A. Vidrine wrote: >=20 > I am also adding a nss_ldap Port which supports getpwent(3), > getgrent(3). Similarly, I am committing a WITH_WINBIND_NSS knob to > the samba Port which will build and install nss_windbind. The nss_ldap port has a bug in it. See the attached patch. Also, by default, we don't compile with schema-mapping. I'm working on a patch for that (schema-mapping is needed to work in a M$ Active Directory environment). It's a db3 vs db185 issue and I'm looking at how to solve it. I have it band-aided for my setup (which works now btw), but the potential for foot-shooting is really high, so I want to make sure I test it out. -gordon --- Makefile 17 Apr 2003 14:28:01 -0000 1.2 +++ Makefile 18 Apr 2003 00:41:12 -0000 @@ -10,7 +10,6 @@ CATEGORIES=3D net MASTER_SITES=3D http://www.padl.com/download/ DISTNAME=3D ${PORTNAME}-${NSS_LDAP_VERSION} -EXTRACT_SUFX=3D .tgz =20 MAINTAINER=3D nectar@FreeBSD.org COMMENT=3D RFC 2307 NSS module --- distinfo 17 Apr 2003 14:28:01 -0000 1.2 +++ distinfo 18 Apr 2003 00:41:12 -0000 @@ -1 +1 @@ -MD5 (nss_ldap-204.tgz) =3D 842af173f8dc1efdd7750bca00efbc5e +MD5 (nss_ldap-204.tar.gz) =3D 842af173f8dc1efdd7750bca00efbc5e --F8dlzb82+Fcn6AgP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+n0pBRu2t9DV9ZfsRAsshAJsHySfF9/vup2M0iNhGBcNSBv4Y/QCfVwDS 0M1yQlC8uPSZQPlhpXj46U4= =B9sQ -----END PGP SIGNATURE----- --F8dlzb82+Fcn6AgP--