Re: prevent user change password?

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Richard Hayward <richard(at)tortoise(dot)demon(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: prevent user change password?
Date: 2005-06-01 16:33:02
Message-ID: 20050601163302.GA20923@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, May 31, 2005 at 18:03:04 +0100,
Richard Hayward <richard(at)tortoise(dot)demon(dot)co(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gary Horton 2005-06-01 16:44:10 Re: How to wait until startup completes
Previous Message Scott Marlowe 2005-06-01 16:11:41 Re: Autonomous Transactions