From owner-freebsd-current@FreeBSD.ORG Tue Feb 14 17:11:51 2006 Return-Path: X-Original-To: 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 8A75816A420 for ; Tue, 14 Feb 2006 17:11:51 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418D843D45 for ; Tue, 14 Feb 2006 17:11:51 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.12.11) with ESMTP id k1EHBoa3070870; Tue, 14 Feb 2006 09:11:50 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id k1EHBoZD070869; Tue, 14 Feb 2006 09:11:50 -0800 (PST) (envelope-from rizzo) Date: Tue, 14 Feb 2006 09:11:50 -0800 From: Luigi Rizzo To: current@freebsd.org Message-ID: <20060214091150.A70808@xorpc.icir.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Cc: Subject: options for centralized 'passwd' database for a diskless lab ? 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: Tue, 14 Feb 2006 17:11:51 -0000 as per the subjects, what options do i have to set a centralized 'passwd' database for a lab with FreeBSD diskless machines ? In the past (4.x times) i used YP/NIS which did the job but was highly insecure (all traffic unencrypted) and also a bit of a pain to configure. It was convenient though because it let users change their password and other info just using the passwd command. I have been browsing around a bit, and i see that pam_* (tried pam_radius) can do for the authentication part but not for the other info; nss_* seems to be a better suit but the only thing i see is nss_ldap and i am not familiar with the latter. So any suggestions or pointers to pages describing what to do ? cheers luigi