From owner-freebsd-questions@FreeBSD.ORG Wed Mar 21 16:47:31 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31EFE16A405 for ; Wed, 21 Mar 2007 16:47:31 +0000 (UTC) (envelope-from vinzstyle@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id E686F13C480 for ; Wed, 21 Mar 2007 16:47:28 +0000 (UTC) (envelope-from vinzstyle@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so364962ana for ; Wed, 21 Mar 2007 09:47:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PdLl43ZSHH8qJDQWcaj/DROqfs42H/uzeZgKQEoCY18UxLXWZxdHXCVuB/GnZH8iKBKRtxmbqiP84vhlztTMACXATQikVkc0qi2Ii6doy3ADdNvewvc8HeFdVVtE5PfAVMeagteLrhpU2ECWvGTzr4xqyXdMczhfQjtkcSrJ+I0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Dn/nydcsdaVZyiflm18UQSDi7HYTvW1XEwZakbu8q6WUS1itdPgDVpiz/wTRyOM2DovdGF21WcNYqNGh63da6P3TwiHN4kECZt9NfYMwyqy2X1eMKW904fadHEZ1HOTQd5ma2ywvIc173U7kR9ww0rA83GofUzPvem+as+Syb+8= Received: by 10.100.57.14 with SMTP id f14mr749363ana.1174495648427; Wed, 21 Mar 2007 09:47:28 -0700 (PDT) Received: by 10.100.242.10 with HTTP; Wed, 21 Mar 2007 09:47:28 -0700 (PDT) Message-ID: Date: Wed, 21 Mar 2007 17:47:28 +0100 From: "Vincent Bolinard" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: How to use vsftpd with wirtual users without LinuxPAM ? 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: Wed, 21 Mar 2007 16:47:31 -0000 Hello, I'd like to know how can I set up virtual users without pam_userdb.so (which is not included in OpenPAM). vsftpd needs pam_userdb.so to authenticate against the db Berkeley database. What else can I use ? I don't want to use MySQL because there won't be a lot of virtual users (< 50). Thank you for your help.