mod_pgsql.c
PostgreSQL module for profptd

1. About this software.

This module prvides you to lookup user name and password from
PostgreSQL database.

2. Environment.

This module was developed with the following environment.

* Debian GNU/Linux (slink/potato)
* kernel 2.2.10
* gcc-2.7.2.3 / egcs-2.91.66
* binutils 2.9.1.0.19a
* glibc 2.0.7.19981211 / 2.1.2-0pre2
* PostgreSQL 6.4.2 / 6.5.1

3. How to compile.

  1. copy mod_pgsql.c to proftpd-<version>/modules directory.
  2. execute configure script with `--with-modules=mod_pgsql'
     argument.
  3. make and install

4. How to use.

See simpleman.txt. Or write me some documents :-)

5. Copyright.

Copyright (c) 1997, 1998 Public Flood Software
Copyright (c) 1999 NOKUBI Takatsugu <knok@daionet.gr.jp>

This module is based on mod_unixpw.c. 

There is no warranty for this free software. Anyone can modify and/or
redistribute this module under GNU GENERAL PUBLIC LICENSE. See COPYING
file for more details.
