From owner-freebsd-isp Tue Feb 6 12:56:27 2001 Delivered-To: freebsd-isp@freebsd.org Received: from hitline.ch (mail.hitline.ch [195.129.74.66]) by hub.freebsd.org (Postfix) with ESMTP id 2A4F437B699 for ; Tue, 6 Feb 2001 12:56:09 -0800 (PST) Received: from [62.2.147.87] (account micheal@com4u.ch HELO [62.2.147.87]) by hitline.ch (CommuniGate Pro SMTP 3.4b8) with ESMTP id 3494955 for freebsd-isp@freebsd.org; Tue, 06 Feb 2001 21:56:04 +0100 Mime-Version: 1.0 X-Sender: micheal%com4u.ch@mail.com4u.ch Message-Id: Date: Tue, 6 Feb 2001 21:56:00 +0100 To: freebsd-isp@freebsd.org From: Michael O Shea Subject: sql with FTP Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, Up to now we provide FTP to our customers via ProFtpd compiled with mod_sql with Postgres. This was great as it allowed up to store users username/password/uid/gid/homedir in SQL and not /etc/passwd and proftpd would chroot them into their homedirs. However proftpd by their own addmission is not that secure and they have now discontinued SQL support in their latest version due to security issues. Does anyone know of a similar (secure) ftpd that can auth against SQL/PostGres or is there anyother way to do this ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message