Re: FTP daemon that support Postgresql

From: "Jason Sheets" <jsheets(at)idahoimageworks(dot)com>
To: "'Christopher Browne'" <cbbrowne(at)acm(dot)org>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: FTP daemon that support Postgresql
Date: 2004-06-01 04:20:31
Message-ID: 200406010421.i514LRns002845@admin.shadonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

ProFTPD supports PostgreSQL, see
http://www.castaglia.org/proftpd/doc/contrib/ProFTPD-mini-HOWTO-SQL.html

ProFTPD's website is http://www.proftpd.org

ProFTPD also supports SSL/TLS encrypted FTP connections via OpenSSL via
mod_tls.

Jason

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Christopher Browne
Sent: Monday, May 31, 2004 8:06 PM
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] FTP daemon that support Postgresql

After takin a swig o' Arrakan spice grog, ntpt(at)centrum(dot)cz ("NTPT") belched
out:
> I know this is a slightly offtopic, but please hlep. I need to find a
> (S)FTP daemon for my server

> (RH7.3) , that can read username, password an home directory from
> PGSQL table . Can you advise something ?

I would think that what you should look into is the notion of installing a
PAM module that grabs authentication data from a PG table, and then
configure FTP to use that PAM module.

http://www.kernel.org/pub/linux/libs/pam/modules.html
http://freshmeat.net/projects/pam_pgsql/download
http://www.kernel.org/pub/linux/libs/pam/pre/modules/pam_pgsql_day-0.1.tar.b
z2
--
If this was helpful, <http://svcs.affero.net/rm.php?r=cbbrowne> rate me
http://cbbrowne.com/info/oses.html
Inclusion of very old messages from others makes for an impressive show.
-- from the Symbolics Guidelines for Sending Mail

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2004-06-01 05:10:45 Re: Error handling in stored functions/procedures
Previous Message Jerry LeVan 2004-06-01 03:17:33 Running Totals and stuff...