From owner-freebsd-questions@FreeBSD.ORG Thu Jul 22 19:11:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77F6716A4CE for ; Thu, 22 Jul 2004 19:11:03 +0000 (GMT) Received: from mail0.ewetel.de (mail0-105.ewetel.de [212.6.122.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA4CC43D31 for ; Thu, 22 Jul 2004 19:11:02 +0000 (GMT) (envelope-from uwe@laverenz.de) Received: from ensign.laverenz.de (dynadsl-080-228-84-027.ewetel.net [80.228.84.27]) by mail0.ewetel.de (8.12.1/8.12.9) with ESMTP id i6MJB06A000928 for ; Thu, 22 Jul 2004 21:11:01 +0200 (MEST) Received: from localhost (localhost.laverenz.de [127.0.0.1]) by ensign.laverenz.de (Postfix) with ESMTP id B5A7076F424 for ; Thu, 22 Jul 2004 21:10:59 +0200 (CEST) Received: from ensign.laverenz.de ([127.0.0.1]) by localhost (ensign.laverenz.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 63205-04 for ; Thu, 22 Jul 2004 21:10:59 +0200 (CEST) Received: by ensign.laverenz.de (Postfix, from userid 2000) id CAE1276F423; Thu, 22 Jul 2004 21:10:58 +0200 (CEST) Date: Thu, 22 Jul 2004 21:10:58 +0200 From: Uwe Laverenz To: freebsd-questions@freebsd.org Message-ID: <20040722191058.GA63949@ensign.laverenz.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <1090519611.584.1.camel@mgl.magellanhealth.com> <20040722142336.70c55f16.wmoran@potentialtech.com> <200407221337.27867.kirk@strauser.com> <20040722144657.0000ac03.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040722144657.0000ac03.wmoran@potentialtech.com> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at laverenz.de X-CheckCompat: OK Subject: Re: User Accounts across multiple machines X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2004 19:11:03 -0000 On Thu, Jul 22, 2004 at 02:46:57PM -0400, Bill Moran wrote: > Were you able to make this work well with 4.x machines? It's been a while > since I tried, but I had problems with nss turning UIDs back into names. This would still be a problem, because there is no support for nss_ldap in FreeBSD 4.x. To get LDAP working with 4.x, you would need a workaround that translates user information into NIS or something that creates user-entries in the local passwd file. Support for nss_ldap/nsswitch.conf is available in FreeBSD 5.1-RELEASE or newer. cu, Uwe