Date: Thu, 17 Apr 2003 17:43:45 -0700 From: Gordon Tetlow <gordont@gnf.org> To: "Jacques A. Vidrine" <nectar@FreeBSD.org>, freebsd-current@FreeBSD.org Subject: Re: HEADS UP: new NSS Message-ID: <20030418004345.GD9682@roark.gnf.org> In-Reply-To: <20030417141133.GA4155@madman.celabo.org> References: <20030417141133.GA4155@madman.celabo.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Thu, Apr 17, 2003 at 09:11:33AM -0500, Jacques A. Vidrine wrote: > > 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= net MASTER_SITES= http://www.padl.com/download/ DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION} -EXTRACT_SUFX= .tgz MAINTAINER= nectar@FreeBSD.org COMMENT= 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) = 842af173f8dc1efdd7750bca00efbc5e +MD5 (nss_ldap-204.tar.gz) = 842af173f8dc1efdd7750bca00efbc5e [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+n0pBRu2t9DV9ZfsRAsshAJsHySfF9/vup2M0iNhGBcNSBv4Y/QCfVwDS 0M1yQlC8uPSZQPlhpXj46U4= =B9sQ -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030418004345.GD9682>
