Re: prevent user change password? - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: prevent user change password?
Date
Msg-id 20050601163302.GA20923@wolff.to
Whole thread Raw
In response to prevent user change password?  (Richard Hayward <richard@tortoise.demon.co.uk>)
List pgsql-general
On Tue, May 31, 2005 at 18:03:04 +0100,
  Richard Hayward <richard@tortoise.demon.co.uk> wrote:
> Is it possible to prevent a user from changing their password?
>
> I have a database with a 'Guest' account, that will have limited
> access. I don't want any of my guests to change the Guest account
> password.

Your best solution is probably to tell them not to change the password.
It is very unlikely anyone would do this by accident and if you don't
trust them enough to not do it delibrately, then they probably shouldn't
be sharing an account.

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Autonomous Transactions
Next
From: "Jeff Eckermann"
Date:
Subject: Re: For Tom Lane