From owner-freebsd-questions@FreeBSD.ORG Wed May 10 16:06:37 2006 Return-Path: X-Original-To: questions@freebsd.org 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 6249E16A52A for ; Wed, 10 May 2006 16:06:37 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F00543D6D for ; Wed, 10 May 2006 16:06:34 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: by py-out-1112.google.com with SMTP id m51so777101pye for ; Wed, 10 May 2006 09:06:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=tKbCUua3oFE9uxQ+Ci4530qKU82b+vpWwy+venokmCiUqw6ywhKF4LyEQAkFGA0kttuYuLLRIfjK9y80KdL76jhqwf+2zt905dN2vcxyJZ64FTpTWnE06o4EEg1xO3av9HEhPwMKMmDftnQTgg8cJHfzC5RG/Rmm4AMOZVbyiF0= Received: by 10.35.8.1 with SMTP id l1mr1016498pyi; Wed, 10 May 2006 09:06:33 -0700 (PDT) Received: by 10.35.81.7 with HTTP; Wed, 10 May 2006 09:06:33 -0700 (PDT) Message-ID: Date: Wed, 10 May 2006 17:06:33 +0100 From: Freminlins To: "Kyrre Nygard" In-Reply-To: <7.0.1.0.2.20060510172936.021f1e30@broadpark.no> MIME-Version: 1.0 References: <7.0.1.0.2.20060510172936.021f1e30@broadpark.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: pam_userdb.so: Where is it? 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, 10 May 2006 16:06:37 -0000 Kyrre, On 5/10/06, Kyrre Nygard wrote: > > > Hello! > > Does anybody know where pam_userdb.so has gone? FreeBSD doesn't appear to have ever had it, so it hasn't "gone" anywhere. The thread you linked to below suggests exactly that. Linux has it, but apparently FreeBSD does not. > I need it to set up virtual users with vsftpd. > > I've been in contact with others with the same problem: > > > http://lists.freebsd.org/pipermail/freebsd-questions/2005-November/104571= .html > > As well as Freenode #vsftpd. > > But nobody seems to know what the PAM module for Berkeley DB files is at. > > Or perhaps somebody can suggest alternate methods? You could download the source ( http://cvs.sourceforge.net/viewcvs.py/pam/Linux-PAM/modules/pam_userdb/) an= d try and build it. Thanks, > Kyrre > Frem.