Re: FTP daemon that support Postgresql - Mailing list pgsql-general

From Christopher Browne
Subject Re: FTP daemon that support Postgresql
Date
Msg-id m3hdtwyquf.fsf@wolfe.cbbrowne.com
Whole thread Raw
In response to FTP daemon that support Postgresql  ("NTPT" <ntpt@centrum.cz>)
Responses Re: FTP daemon that support Postgresql  ("Jason Sheets" <jsheets@idahoimageworks.com>)
List pgsql-general
After takin a swig o' Arrakan spice grog, ntpt@centrum.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.bz2
--
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

pgsql-general by date:

Previous
From: Christopher Browne
Date:
Subject: Re: Postgres on Solaris 10
Next
From: "Jason Sheets"
Date:
Subject: Re: FTP daemon that support Postgresql