From owner-freebsd-questions@FreeBSD.ORG Tue Mar 16 09:51:36 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 C4EE816A4CE for ; Tue, 16 Mar 2004 09:51:36 -0800 (PST) Received: from mcp.lphp.org (APastourelles-107-1-22-157.w81-248.abo.wanadoo.fr [81.248.17.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A4143D2F for ; Tue, 16 Mar 2004 09:51:35 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from bsdbox.lphp.local (bsdbox.lphp.local [192.168.0.2]) by mcp.lphp.org (8.12.10/8.12.10) with ESMTP id i2GHpXSa090232 for ; Tue, 16 Mar 2004 18:51:33 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Tue, 16 Mar 2004 18:51:09 +0100 User-Agent: KMail/1.6.1 References: <1079455089665.1176.ws20.Naesasoft.FVXHF3NQ> In-Reply-To: <1079455089665.1176.ws20.Naesasoft.FVXHF3NQ> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="gbk" Content-Transfer-Encoding: 7bit Message-Id: <200403161851.10650.ajacoutot@lphp.org> Subject: Re: store freebsd accounts in mysql ??? 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: Tue, 16 Mar 2004 17:51:36 -0000 On Tuesday 16 March 2004 17:38, zhengyibiao@vnet.citiz.net wrote: > I am using freebsd5.2, because i have a large number of users counted by > ten thousand, use the passwd file to store user accounts and password lead > to unbearable delay. I want to know if freebsd support store accounts in > places other than '/etc/passwd' file, best support mysql database for > passwd database backend. any hints is welcome. > regards billy > Naisa Systems,Inc http://www.naisa.net I think it should works under > 5.1-RELEASE using pam-mysql and libnss-mysql. I never tested it though, I'm using ldap for authentication. Antoine