Re: preventing access with psql

From: paul rivers <rivers(dot)paul(at)gmail(dot)com>
To: Fabio Telles <fabio(dot)telles(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: preventing access with psql
Date: 2008-02-18 19:30:57
Message-ID: 47B9DCF1.4090700@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Fabio Telles wrote:
> In Oracle, we use the clause 'set role identified by some_password'.
> How could I handle these problem. Any clue?
>

Normally these role passwords in Oracle are used (and stored) on a
middle tier, and not put into the hands of the client. So where are you
storing this role pass? Compiling it into the app and hoping no one
runs strings on it (or whatever level of digging is required)?

Paul

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Alfred Langer 2008-02-18 20:02:45 Update 8.2 to 8.3
Previous Message Fabio Telles 2008-02-18 19:15:28 preventing access with psql