From owner-freebsd-current@FreeBSD.ORG Wed May 21 09:12:48 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 D1E7037B401 for ; Wed, 21 May 2003 09:12:48 -0700 (PDT) Received: from iota.root-servers.ch (iota.root-servers.ch [193.41.193.195]) by mx1.FreeBSD.org (Postfix) with SMTP id A25EB43F75 for ; Wed, 21 May 2003 09:12:47 -0700 (PDT) (envelope-from gaml@buz.ch) Received: (qmail 62824 invoked from network); 21 May 2003 16:12:46 -0000 Received: from dclient217-162-135-22.hispeed.ch (HELO gaxp1800.root.li) (217.162.135.22) by 0 with SMTP; 21 May 2003 16:12:46 -0000 Date: Wed, 21 May 2003 18:15:26 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.62i) Educational X-Priority: 3 (Normal) Message-ID: <632091218656.20030521181526@buz.ch> To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: NSS module for Postgresql or maybe MySQL? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gabriel Ambuehl List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 16:12:49 -0000 Hi, with the integration of NSS into CURRENT I was hoping for a way to store passwd and group info in a Postgresql DB (or maybe MySQL, but Postgre is preferred) so I can easily interface and change the DB from scripting languages. Are there any plans in the direction or will I have to implement my own module? If so, is there a skeleton for NSS modules? Regards, Gabriel