|
Home > Archive > PostgreSQL JDBC > April 2005 > Pam Authentication is supported?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Pam Authentication is supported?
|
|
| Nelson Arapé 2005-04-13, 8:24 pm |
| Hello to all
I have already searched the mailing list archive, but I could not find the
answer: Does JDBC Driver (v. 8.0-311) support user authentication with a
server 8.0.2 with pan configuration?
The documentation says
(http://jdbc.postgresql.org/document...80/prepare.html):
"Client authentication is setup in pg_hba.conf. Refer to the main PostgreSQL™
documentation for details. The JDBC driver supports the trust, ident,
password, md5, and crypt authentication methods."
But I am just checking
Thanks in advance
Nelson Arapé
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
| |
| Kris Jurka 2005-04-13, 8:24 pm |
|
On Wed, 13 Apr 2005, Nelson [utf-8] Arapé wrote:
> I have already searched the mailing list archive, but I could not find the
> answer: Does JDBC Driver (v. 8.0-311) support user authentication with a
> server 8.0.2 with pan configuration?
I believe so, but I've not tested it. PAM really only affects how things
work on the server side, from the client's perspective they are still
using the equivalent of "password" authentication.
Kris Jurka
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
|
|
|
|
|