Thread: client authentication protocols?

client authentication protocols?

From
"Robert J. Sanford, Jr."
Date:
i am in the process of setting up a database server that will become
publicly accessible. that means that i would _really_ like to have some
authentication other than 'password' for all of the users. i started out
testing with krb5 but when i try to use psql to connect i get the error
message that the authentication protocol is not supported. crypt is
supported by both psql and the jdbc driver which is nice.

so, my question is, what clients support what protocols?

rjsjr