pgsql/ /configure.in oc/src/sgml/client-auth.s ...

From: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ /configure.in oc/src/sgml/client-auth.s ...
Date: 2001-09-06 03:23:38
Message-ID: 200109060323.f863Ncn47971@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: scrappy(at)hub(dot)org 01/09/05 23:23:38

Modified files:
. : configure.in
doc/src/sgml : client-auth.sgml
src/backend/libpq: auth.c hba.c pg_hba.conf.sample
src/include : pg_config.h.in
src/include/libpq: hba.h

Log message:
PAM authentication:

> pam_strerror() should be used a few more times, rather than just saying
> "Error!". Also, the configure.in snippet seems wrong. You add
> -I$pam_prefix/include/security to $INCLUDES and then you #include
> <security/pam_appl.h>. This whole thing is probably unnecessary, since
> PAM is a system library on the systems where it exists, so the headers
> and libraries are found automatically, unlike OpenSSL and
> Kerberos.

See attached revised patch. (I'm sure the configure.in stuff can be done
right/better, I'm just not enough of a autoconf guru to know what to
change it to.)

Dominic J. Eidson

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2001-09-06 03:46:09 pgsql/doc TODO
Previous Message Marc G. Fournier 2001-09-06 03:22:42 pgsql/ oc/src/sgml/func.sgml rc/backend/utils/ ...