From owner-freebsd-questions@FreeBSD.ORG Tue Oct 16 01:26:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DC2816A419 for ; Tue, 16 Oct 2007 01:26:48 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id BBBD313C448 for ; Tue, 16 Oct 2007 01:26:47 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l9G1QjhA011752 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 Oct 2007 08:26:45 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id l9G1QgdW082501; Tue, 16 Oct 2007 08:26:42 +0700 (ICT) Date: Tue, 16 Oct 2007 08:26:42 +0700 (ICT) Message-Id: <200710160126.l9G1QgdW082501@banyan.cs.ait.ac.th> From: Olivier Nicole To: benfell@parts-unknown.org In-reply-to: <20071015204022.GA76464@parts-unknown.org> (message from David Benfell on Mon, 15 Oct 2007 13:40:22 -0700) References: <20071015054707.GA34948@parts-unknown.org> <47138DE7.80800@otenet.gr> <20071015190846.GB86225@parts-unknown.org> <4713BF9F.3050803@otenet.gr> <20071015204022.GA76464@parts-unknown.org> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: sonicy@otenet.gr, freebsd-questions@freebsd.org, benfell@parts-unknown.org Subject: Re: NIS interoperability with Linux, was Re: Following directions doesn't seem to work: Adding users in NIS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2007 01:26:48 -0000 > Linux doesn't normally use master.passwd. If I recall correctly, it > uses /etc/shadow instead (but I don't have such a box at hand right now > to check). And yes, the internal format is different (and, again, I don't > remember details). If I am not wrong, NIS does not know anything about master.passwd or shadow, it has only passwd.byname passwd.byuid as password maps, both maps including password in them. Olivier