On Wednesday, May 1, 2002, at 04:09 PM, Jean-Michel POURE wrote:
> Did you restart PostgreSQL service to reload pg_hba.conf?
> "service postgresql restart"
Of course not?! :^}
Thanks, worked like a charm.
hal, the simple.
---(end of broadcast)-
Le Mercredi 1 Mai 2002 21:55, Hal Lynch a écrit :
> Can some kind soul give me a clue how to do it, or where to look
> for instructions?
Did you restart PostgreSQL service to reload pg_hba.conf?
"service postgresql restart"
Just my two cents,
Jean-Michel POURE
---(end of
I want to require users to authenticate themselves by entering
a username and/or password when:
using the psql command
connecting to a database using the perl interface module.
I am doing this on my 7.1.2 system.
I am trying to do this on my 7.2.1 system.
I have used creatuser
Daniel Tepas writes:
> The easiest way would be a patch for the src/backend/libpq/auth.[ch] to add another
>authentication scheme like
> pam or radius, has anybody written something like that?
I don't know how radius authentication works, but for pam authentication
you will have to extend the l
Hi all,
we want to authenticate PostgreSQL users using a Win2k IAS (appears
like radius), and I am searching a way to do so.
I found several ways to make pam or different radius servers use a Postgres
database for user identification, but nothing vice versa.
The easiest way would be a patch for t