From owner-freebsd-questions@FreeBSD.ORG Mon Sep 8 06:19:02 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A6661065677 for ; Mon, 8 Sep 2008 06:19:02 +0000 (UTC) (envelope-from sebastian.tymkow@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.176]) by mx1.freebsd.org (Postfix) with ESMTP id A8DBA8FC14 for ; Mon, 8 Sep 2008 06:19:01 +0000 (UTC) (envelope-from sebastian.tymkow@gmail.com) Received: by ik-out-1112.google.com with SMTP id c30so821261ika.3 for ; Sun, 07 Sep 2008 23:19:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=vEWYi4p9yKMnkBY16UK4Kumznh8izn6NUxm0KIzPCUk=; b=DNe1yXEvLQsQfh21xyZYNkRUXckiPzgRQBtVxRxvfxPcJBRGcrj2aO7G80137yN2UD gRLE5ovZPX38yMHhh+XiSKxb2Zq+uyFhYx+gWVL9W8YGZcptgDeZBNi1HLg+C5kfmMhz eEWjimvcg2nUe2Bm5stR/dlv4ORu8n8pmkj7Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=YyZe95qyFPhLSWwoP5TTOa+hVOwQEhxEucMn0Kzk8ryhUsmdol0tC6IM6AGAiHSaiD cLCbg3fnQWqsZMusgG6n7dbssT6E/JBiluuEI/WkPxsHzAtDw6QrLLRt2AmXtUo0O4Yt 3vBCe4OHU78EPxjPUVvWWLFSEYFTXkUS6uRvU= Received: by 10.210.45.14 with SMTP id s14mr4586713ebs.126.1220854740347; Sun, 07 Sep 2008 23:19:00 -0700 (PDT) Received: by 10.210.57.20 with HTTP; Sun, 7 Sep 2008 23:19:00 -0700 (PDT) Message-ID: <692660060809072319i29893fc1v48737ee76410c7e@mail.gmail.com> Date: Mon, 8 Sep 2008 08:19:00 +0200 From: "=?ISO-8859-1?Q?Sebastian_Tymk=F3w?=" To: "Martin Schweizer" , "=?ISO-8859-1?Q?Sebastian_Tymk=F3w?=" , freebsd-questions@freebsd.org In-Reply-To: <20080908060448.GA30961@saturn.pcs.ms> MIME-Version: 1.0 References: <20080904045322.GC29893@saturn.pcs.ms> <692660060809040031j3db9b6eaj87608ceebcec0585@mail.gmail.com> <20080908060448.GA30961@saturn.pcs.ms> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: ftp server: create/delete user by web interface 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: Mon, 08 Sep 2008 06:19:02 -0000 Hello, 2008/9/8 Martin Schweizer > > Or maybe you're looking for solution like ftp server and accounts in > > database ? > > This is a possible way. Probably the combination ftp users in a database = is > ok. Which one is the "best" solution? > > > > I've three FreeBSD 7.0 server. Im looking for a combination where I c= an > > > create/delete etc. ftp users as a non-root user (probably from a > template). > > I haven't used such solution,but you can try pureftpd+sql backed or vsftpd with mysql backed. Best regards, Sebastian Tymk=F3w